commit | bc7e831671ea6679cc57716e15f24ded2d57bd7e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Aug 01 15:33:52 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Aug 03 15:24:47 2017 -0700 |
tree | fb2f477228c7ce82e667b6ad8ef6f218313660dd | |
parent | bb1158925542d70aab649dbcb24f9ac7e3b76c1b [diff] |
Remove HIDL static targets. These are now included in the regular targets. Bug: 36376126 Test: marlin boots and works w/o static libs Change-Id: Ic757cfc335a31af034559d29006532177c41e04a
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: croot hidl-gen -o output -L c++ -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0::INfc.hal hidl-gen -o output -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0 hidl-gen -o test -L c++ -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0 hidl-gen -L hash -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0