mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
17 lines
318 B
Plaintext
17 lines
318 B
Plaintext
cc_library_shared {
|
|
name: "libfootest",
|
|
srcs: [
|
|
"FooHelper.cpp"
|
|
],
|
|
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"android.hardware.tests.foo@1.0",
|
|
],
|
|
local_include_dirs: ["include/hidl-test"],
|
|
export_include_dirs: ["include"],
|
|
|
|
}
|