commit | 9df5244c1dd4508cc2e25f8a04d363903912d19c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Dec 12 08:51:14 2016 -0800 |
committer | Steven Moreland <smoreland@google.com> | Mon Dec 12 08:55:13 2016 -0800 |
tree | 48112a3e543ca463f065b9a90d5829991657dada | |
parent | 3d746095af8aefc6d8d7d4ec5739a61965ebaeea [diff] |
Cleanup way elidable types are determined. After adding the pointer type, it didn't make sense for elidable types to be specified in canElideCallback. Now the decision as to whether a specific type is elidable has been moved into 'isElidableType' on the Type class. Bug: 33298401 Test: mma in hardware/interfaces Change-Id: I66cbaed4c533013a52e59fc8e7edcdabc9ab9f20
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