| commit | beea40182e35edecfe9c373ccb01d0706e46738b | [log] [tgz] |
|---|---|---|
| author | android-build-team Robot <android-build-team-robot@google.com> | Tue Jul 09 10:43:43 2019 -0700 |
| committer | android-build-merger <android-build-merger@google.com> | Tue Jul 09 10:43:43 2019 -0700 |
| tree | 7cd8ec61a8df8a63ee1b7b25ea8276591ae07036 | |
| parent | 9da0373c5986e432128826381e444fdbef44e4a1 [diff] | |
| parent | 1df6c91f83452f7c8cd42daebb593e8e2cfa7f97 [diff] |
Snap for 5600800 from 8b20a45f29ebb35324b0fba2fc5e0b856047aebb to pi-platform-release am: 1df6c91f83 Change-Id: I5b2c358f1599205159fa98efd8542414480b8da7
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 android.hardware.nfc@1.0::INfc.hal hidl-gen -o output -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0 hidl-gen -o test -L c++ -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0 hidl-gen -L hash -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0