commit | 2fa9cca3a7d561cc6d4a1315505e7538d67f97b0 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Tue Jul 09 10:57:32 2019 -0700 |
committer | android-build-merger <[email protected]> | Tue Jul 09 10:57:32 2019 -0700 |
tree | 7cd8ec61a8df8a63ee1b7b25ea8276591ae07036 | |
parent | beea40182e35edecfe9c373ccb01d0706e46738b [diff] | |
parent | a5f113780605143ac73bca3bca7fe8cdd8106fa2 [diff] |
Snap for 5622519 from 71f3191f2c88f9cb4ad9e232d2bdb7b8208c40bf to pi-platform-release am: a5f1137806 Change-Id: I90c33b7e912b24301b213195f51127e7c262d071
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]