mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Cleanup Lights Android.bp
Test: none Change-Id: I3c5156a75a044c67f41878e880dece730ed7158f
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "android.hardware.light@2.0-impl",
|
name: "android.hardware.light@2.0-impl",
|
||||||
defaults: ["hidl_defaults"],
|
defaults: ["hidl_defaults"],
|
||||||
proprietary: true,
|
vendor: true,
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
srcs: ["Light.cpp"],
|
srcs: ["Light.cpp"],
|
||||||
|
|
||||||
@@ -32,10 +32,10 @@ cc_library_shared {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
|
name: "android.hardware.light@2.0-service",
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
defaults: ["hidl_defaults"],
|
defaults: ["hidl_defaults"],
|
||||||
proprietary: true,
|
vendor: true,
|
||||||
name: "android.hardware.light@2.0-service",
|
|
||||||
init_rc: ["android.hardware.light@2.0-service.rc"],
|
init_rc: ["android.hardware.light@2.0-service.rc"],
|
||||||
srcs: ["service.cpp"],
|
srcs: ["service.cpp"],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user