mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-04 03:34:12 +00:00
Test: hidl_test Test: `make hidl_test_java` compiles Change-Id: Ie9217b79e369f2a1e7a7c9ed02524b17e3fc8b7f
22 lines
376 B
Plaintext
22 lines
376 B
Plaintext
|
|
|
|
cc_library_shared {
|
|
name: "android.hardware.tests.inheritance@1.0-impl",
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Fetcher.cpp",
|
|
"Parent.cpp",
|
|
"Child.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidl",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.tests.inheritance@1.0",
|
|
],
|
|
|
|
}
|