commit | 9391510f0d5ec6340aef2325ce0b92c84c1f56f9 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Thu Sep 01 01:35:52 2016 +0200 |
committer | Iliyan Malchev <malchev@google.com> | Thu Sep 01 02:29:40 2016 -0700 |
tree | 462edb423b1fda20b7a2dd0c6765f333511a302b | |
parent | 956d17085b3a4ee7ca0a109d93c4626c3dfa2341 [diff] |
Move Status to libhidl. Bug: 31226252 Change-Id: I9615071be3845eb3290fb6c4fa5ae622f56a4d80
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