commit | b48a7da5a689a246439dfebf54fdd91ec6949d00 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Nov 11 14:12:46 2016 -0800 |
committer | Steven Moreland <smoreland@google.com> | Mon Nov 14 23:25:02 2016 +0000 |
tree | 477f099b797d98455385e349da1499ac6d55b763 | |
parent | d39133bff0a3df357226f33b424cdf99299cc40a [diff] |
Include pure types in hidl_test. Test: hidl_test Change-Id: I62f04d34a4e74444e86f6e4906c8f98963d43a1f
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: hidl-gen -o output -L c++ android.hardware.nfc@1.0::INfc.hal hidl-gen -o output -L vts android.hardware.nfc@1.0 hidl-gen -o test -L c++ -r android.hardware:/home/android/master/hardware/interfaces android.hardware.nfc@1.0