commit | 8c56cbe4b107934da1bea14475b5cc41280a4f01 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Dec 12 15:30:12 2016 -0800 |
committer | Yifan Hong <elsk@google.com> | Mon Dec 12 15:30:12 2016 -0800 |
tree | 280b121c9e6c9d430b849df345982f6dad2d3dee | |
parent | 609758ee626d01174550dab6437b4598f28b6fd0 [diff] |
Allow bitfield types to be elidable. Test: mma Bug: 33298401 Change-Id: I3066d8f0773c135b181cea497f971d9624a77bd6
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