commit | b054e8c630f27fbc53ea766cf0de2a9f7f4d155a | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Wed Oct 19 19:30:28 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 19 19:30:28 2016 +0000 |
tree | 2b48ec86087fb0b9a3d50f9c802b82bae88ee38a | |
parent | 35d6600c0939cef39e68ad5b0470866ea300ae74 [diff] | |
parent | 1b6822b19bf60a98ba8e27b135a5ad66287a5542 [diff] |
Merge "Vectors are now exposed as ArrayList<T> in the Java backend even for arguments"
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