mirror of
https://github.com/ioacademy-jikim/android_framwork
synced 2025-06-09 08:56:26 +00:00
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
cc_binary {
|
|
name: "android.hardware.samples@1.0-service",
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
srcs: [
|
|
"Foo.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libutils",
|
|
"android.hardware.samples@1.0",
|
|
],
|
|
}
|