mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Bug: 150578172 Test: m Change-Id: Ie7605c203c0f0eaf2c40f1e64ea45634b3aa54a5 Merged-In: I141de8ed6958fe42f727a0fa41473de4c1fb38de
17 lines
380 B
Plaintext
17 lines
380 B
Plaintext
cc_binary {
|
|
name: "android.hardware.lights-service.example",
|
|
relative_install_path: "hw",
|
|
init_rc: ["lights-default.rc"],
|
|
vintf_fragments: ["lights-default.xml"],
|
|
vendor: true,
|
|
shared_libs: [
|
|
"libbase",
|
|
"libbinder_ndk",
|
|
"android.hardware.light-V1-ndk_platform",
|
|
],
|
|
srcs: [
|
|
"Lights.cpp",
|
|
"main.cpp",
|
|
],
|
|
}
|