commit | 031ccf14407993892658c8e4dea63dfeb5ae9d47 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Oct 31 15:54:38 2016 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Nov 01 15:07:15 2016 -0700 |
tree | b1d804726ccebd620d2d6e9e685fdb04c564a954 | |
parent | c9931aacdbd7f0b061539a4b678d81715426eada [diff] |
Fixed profiling so it records on current interface Bug: 32141398 Test: hidl_test Change-Id: If108913300b581c4a43903b75270fd0fc0061393
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