commit | 67f67b4e7a1f0d7d53703daa42d5cc07b375a577 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Sep 29 08:59:02 2016 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Oct 04 14:21:20 2016 -0700 |
tree | d4d4a66d6c2f02ebb92535cd0fdb83903534e978 | |
parent | 327cfe12d51908469e1544db14a9232e0ddc6855 [diff] |
Disallow null callbacks. Bug: 31815793 Test: hidl_test Change-Id: I3a977df3cb36af46fa5343c1ebbe97df4ff23fca
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