Files
hardware_interfaces/tests/hash/1.0/default/Android.bp
Yifan Hong 604e8f0da2 Test for getHashChain() in IBase.
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
2017-03-30 17:34:03 -07:00

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",
],
}