commit | edad10fc2fa1435eb3a19a0ba119eb90c16d91b5 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Wed Aug 17 15:38:11 2016 -0700 |
committer | Andreas Huber <andih@google.com> | Thu Aug 18 09:38:56 2016 -0700 |
tree | 011a715fcd324c3476a6ca5000903c9d82c92d97 | |
parent | bb0346d211957800e60ca2a645a43c66f542fe8e [diff] |
Remove support for "const" in hidl. Bug: 30453525 Change-Id: Ia146bec538ae44d7987057e90b6c36c85d31ef0a
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 hild-gen -o test -L c++ -r android.hardware:/home/android/master/hardware/interfaces android.hardware.nfc@1.0