commit | 4b8af004c3c70d5ad8f695051bc61f405949a340 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Mar 22 01:47:39 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 22 01:47:39 2017 +0000 |
tree | 6eb249951d4f9c1f3f0044e8c4ab198c73a59c5f | |
parent | 693c95b8abb43e503073cefc395339edc4a2a8df [diff] | |
parent | bdfd558098f827fbd8c3a03608df134ba80efb15 [diff] |
TaskRunner starts the background thread only when needed. am: f01dad4b26 am: 5978efbd52 am: bdfd558098 Change-Id: I81ed76fe3e6add810866ad148127b9ae7c894a7d
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