commit | 8ae06c80cb26a99a43a8212a4cd7dafb908c8970 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Sep 27 12:35:45 2016 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Sep 27 16:27:19 2016 -0700 |
tree | 08a74cdd11d6903626d05a44155404da9cdbf6e9 | |
parent | 7fe7a4b5ee40976f5d472bf02948d7d4bafef3fe [diff] |
c2hal: fix SignedToUnsignedMap. Test: `mma` Change-Id: Ib325b10149e9a8e2a47e4b1dfb30d0c6a6725f2a
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