mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:48:30 +00:00
Each interface has a getHashChain() method that returns the hash of all .hal files from the rtti of the interface up to IBase. Test: hidl_test Bug: 36602587 Change-Id: I53a79ba69edd109f169c37dbe0fd10e302eb929c
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
cc_library_shared {
|
|
name: "android.hardware.tests.hash@1.0-impl",
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
srcs: [
|
|
"Hash.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libutils",
|
|
"android.hardware.tests.hash@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
}
|