mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Test: hidl_test passes Test: build with BOARD_VNDK_VERSION=current Bug: 63704014 Change-Id: Ia97be8b4d61236adfd964bf8e4fa632d99010b98
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
cc_library_shared {
|
|
name: "android.hardware.tests.hash@1.0-impl",
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Hash.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libutils",
|
|
"android.hardware.tests.hash@1.0",
|
|
],
|
|
}
|