commit | d10d707d513d7a7a048b879013a49b7c6f170223 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Dec 01 02:20:11 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 01 02:20:11 2016 +0000 |
tree | b8dd4f778ad4bcc4d3b693d5847339b8136e87ef | |
parent | a3742a2793fdc4c40790fb8baf53dd9cf0e370bb [diff] | |
parent | 40a373da8b85a1893868e7d9b864088e6870f7cc [diff] |
Fix -Lmakefile LOCAL_JAVA_LIBRARIES does not include hierarchy. am: 40a373da8b Change-Id: I9ceb0f401263b3974ae826bf4ba9c8eea2c48192
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