commit | 19d5c17f7073dd0739fab0cfda948e82880375e8 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Oct 20 19:20:25 2016 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Nov 02 13:27:27 2016 -0700 |
tree | 43cc9c91ab52848ab377afaf0c219cf0f5a08fbc | |
parent | 90ea87f36e60a8db0c12d8e7870d45c90c51922d [diff] |
Update for hidlized hwservicemanager. Test: end to end Bug: 32313592 Bug: 32579492 Change-Id: Id4803490ae7edb490971962e5b799d97002df233
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