Add metadata to modules in system/tools/hidl Add metadata. key="plan"; value="vts-library". Test: vts-tradefed run commandAndExit vts-library --include-filter VtsHidlUnitTests Bug: 70485967 Merged-In: Ifead85e53ca324be6f466727e57ff7907fc24b1c Change-Id: Ib313e4cc22c9c3613fad6c90dcd696ab359eda5a
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 [email protected]::INfc.hal hidl-gen -o output -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport [email protected] hidl-gen -o test -L c++ -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport [email protected]