commit | 42c6843f54d6419d653cc71e844d9aa04478b0d2 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Mar 13 16:22:03 2017 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Mar 13 16:45:56 2017 -0700 |
tree | ff8758e81172f71230d1b127824026d528ea4a6c | |
parent | b8b5565e7ef901259edae285b829c79a99a59d3d [diff] |
Move operator== to sources instead of inline function in header. Test: mma Test: make Test: make vts Bug: 36027638 Change-Id: Id58b34edb8a99efaa0f1173165f7c8d8eb6b5087
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