mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
23 lines
383 B
Plaintext
23 lines
383 B
Plaintext
|
|
|
|
cc_library_shared {
|
|
name: "android.hardware.tests.foo@1.0-impl",
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"Foo.cpp",
|
|
"FooCallback.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libbase",
|
|
"libcutils",
|
|
"libhidl",
|
|
"libfootest",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.tests.foo@1.0",
|
|
],
|
|
|
|
}
|