mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
android.hidl.base@1.0 and android.hidlmanager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Change-Id: I424371932af129bba9d58dcf8652c64297f35f05
15 lines
307 B
Plaintext
15 lines
307 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",
|
|
],
|
|
}
|