commit | 6d3fae21a80ad73fa3fea77e7c74d8df28327efa | [log] [tgz] |
---|---|---|
author | Karsten Tausche <karsten@fairphone.com> | Thu Aug 26 18:20:02 2021 +0200 |
committer | Karsten Tausche <karsten@fairphone.com> | Thu Aug 26 18:20:02 2021 +0200 |
tree | 3be4466074e6ad3a1edb6008f2e64fe9fd65ca6b | |
parent | 39c064de0b98a5184a8537c11ad8320e5d7dcec1 [diff] | |
parent | 1c96782efb59203b6f4d07b87c8db7716bc60bd7 [diff] |
Merge tag 'android-security-10.0.0_r53' into int/10/fp2 Android security 10.0.0 release 53 * tag 'android-security-10.0.0_r53': hidl_test_java: reflect new overread check in art Revert "Fillout requesting SID." Revert "Fillout requesting SID." Change-Id: I1c3e36b0ffdb177a6dae0c97fbe52a33f53332d7
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 android.hardware.nfc@1.0
Some defaults for package roots are also provided
hidl-gen -o output -L c++-impl android.hardware.nfc@1.0 hidl-gen -o output -L vts android.hardware.nfc@1.0 hidl-gen -L hash android.hardware.nfc@1.0
Example command for vendor project
hidl-gen -L c++-impl -r vendor.foo:vendor/foo/interfaces vendor.foo.nfc@1.0
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
This tool generates html documentation for hal interfaces.
m hidl-doc && hidl-doc -h