commit | 8b20a45f29ebb35324b0fba2fc5e0b856047aebb | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Tue May 14 04:59:55 2019 +0000 |
committer | android-build-team Robot <[email protected]> | Tue May 14 04:59:55 2019 +0000 |
tree | 7cd8ec61a8df8a63ee1b7b25ea8276591ae07036 | |
parent | fab4a3fa419158001944ec0a439fd4471881aa77 [diff] | |
parent | 60c9678cfa568536596dd66ba920d04bd806ed35 [diff] |
Merge cherrypicks of [7496339, 7495273, 7495624, 7496340, 7496341, 7496342, 7496343, 7495658, 7494789, 7494790, 7494791, 7496344, 7496345, 7496346, 7496347, 7496574, 7496348, 7496575, 7496576, 7496260, 7496349, 7496350, 7496440, 7496577, 7496578, 7496261, 7495625, 7496442, 7496351] into pi-qpr3-release Change-Id: I80b13e1b03e4d337078c16f4ef53cfa9115b3bcb
croot make hidl-gen
hidl-gen -o output-path -L language (-r interface-root) fqname output-path: directory to store the output files. language: output file for given language. e.g.c++, vts.. fqname: fully qualified name of the input files. For singe file input, follow the format: package@version::fileName For directory input, follow the format: package@version interface-root(optional): prefix and root path for fqname. If not set, use the default prefix: android.hardware and default root path defined in $TOP. examples: croot hidl-gen -o output -L c++ -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport [email protected]::INfc.hal hidl-gen -o output -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport [email protected] hidl-gen -o test -L c++ -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport [email protected] hidl-gen -L hash -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport [email protected]