commit | 40a373da8b85a1893868e7d9b864088e6870f7cc | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Nov 30 15:16:47 2016 -0800 |
committer | Yifan Hong <elsk@google.com> | Wed Nov 30 15:22:59 2016 -0800 |
tree | b8dd4f778ad4bcc4d3b693d5847339b8136e87ef | |
parent | ae83dcd90dd6ab0aa0a8950fc79e88cfccdf5a89 [diff] |
Fix -Lmakefile LOCAL_JAVA_LIBRARIES does not include hierarchy. Fix: 33249372 Test: update_makefiles.sh Change-Id: I03f4197ce85adae764eda8ed303e47fa00fc881c
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