commit | 8be09559c175494cf8ef1ce914477a14ddacad1d | [log] [tgz] |
---|---|---|
author | Iliyan Malchev <malchev@google.com> | Thu Sep 22 16:20:33 2016 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Thu Sep 22 23:30:36 2016 +0000 |
tree | 980c3fb176c5ef80bafb5cfea0d11739a5ddeeeb | |
parent | dda25cc2c3e7dc6d56f18ad9ae5cd091e4232b72 [diff] |
hidl-gen: include all-makefiles-under in Android.mk Auto-generated Android.mk files for HIDL packages now include this line at the end: include $(call all-makefiles-under,$(LOCAL_PATH)) b/31524912 Test: pass Change-Id: Ic5cc94e8df2e7fd88bff18ecbe5b8b56cb0973d0 Signed-off-by: Iliyan Malchev <malchev@google.com>
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