[automerger skipped] hidl_test_java: reflect new overread check in art am: e8544d4fae am: 4c7360e7b9 -s ours am: d2baf3e2f7 -s ours am: 5d5914a84f -s ours am skip reason: Change-Id Ie3766d20597ed9714ab3c3beead8af01226f58ba with SHA-1 f9a784013d is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/system/tools/hidl/+/13163021 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia84b5c22400ac2fc2e45f879eb1108431ad3f13a
Full documentation can be found here: https://source.android.com/devices/architecture/hidl/
hidl-gen is a compiler for the HIDL (HAL Interface Design Language) which generates C++ and Java endpoints for RPC mechanisms. The main userspace libraries which this compiler uses can be found at system/libhidl.
m hidl-gen
Note that options for hidl-gen expected to be invoked by the build system are marked with ‘internal’ in the help menu.
hidl-gen -h hidl-gen -o output -L c++-impl -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport [email protected]
Some defaults for package roots are also provided
hidl-gen -o output -L c++-impl [email protected] hidl-gen -o output -L vts [email protected] hidl-gen -L hash [email protected]
Example command for vendor project
hidl-gen -L c++-impl -r vendor.foo:vendor/foo/interfaces [email protected]
See update-makefiles-helper.sh and update-all-google-makefiles.sh for examples of how to generate HIDL makefiles (using the -Landroidbp option).
This is a helper tool to convert C headers to valid .hal files.
m c2hal && c2hal -h