commit | e2937df48f9623f00f2fbdc27010fc0d553739df | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Mar 06 22:04:12 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 06 22:04:12 2017 +0000 |
tree | 01124130e1d9b10772d3f707a330f07f1e86d3f7 | |
parent | 05eb3220ee2ac42d222b333dc7aa966cdf6c6da9 [diff] | |
parent | 21171d2de5e3e6b595a6bf1af52819e7c6816daf [diff] |
Update errors.output. am: 21171d2de5 Change-Id: I04ddcfa5d845bc83cee7fee75fbe915f2fab8684
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