commit | 2b70000c0d1631eccb216e2d9aa2552765261506 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Tue Jun 05 07:24:19 2018 +0000 |
committer | android-build-team Robot <[email protected]> | Tue Jun 05 07:24:19 2018 +0000 |
tree | 89568b4dc919270bf4e9d776718abbc6a08b43bd | |
parent | 7d2e76b54b5951bbbb094c544bd0b741ddc95833 [diff] | |
parent | 321c5fc0e22706a109aa505735cbb3397ce2c7a6 [diff] |
Snap for 4821244 from 321c5fc0e22706a109aa505735cbb3397ce2c7a6 to pi-release Change-Id: Ic509368fb7432dc385d9804177c18fdf89df7bab
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]