commit | 119f521b1b03ce29c2e7f79c132483313e30a80a | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Fri Nov 04 15:24:30 2016 +0000 |
committer | Martijn Coenen <maco@google.com> | Fri Nov 04 15:24:30 2016 +0000 |
tree | 48c593ece8aff1f0e631d67d959261d945516557 | |
parent | 21247bffb412ede7d5a752afa489d1567cacad99 [diff] |
Revert "Don't show HIDL_GENERATED_ with -Lc++-impl." This reverts commit 21247bffb412ede7d5a752afa489d1567cacad99. Change-Id: I2509c696001f166dc40762d59e74c46265d16b5c
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