Cleanup Lights Android.bp
am: fabe9e4bef
Change-Id: I227aff15cf8d46f7d52154c0ee69babb01965ffc
This commit is contained in:
commit
1617ee8132
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
cc_library_shared {
|
||||
name: "android.hardware.light@2.0-impl",
|
||||
defaults: ["hidl_defaults"],
|
||||
proprietary: true,
|
||||
vendor: true,
|
||||
relative_install_path: "hw",
|
||||
srcs: ["Light.cpp"],
|
||||
|
||||
|
@ -32,10 +32,10 @@ cc_library_shared {
|
|||
}
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.light@2.0-service",
|
||||
relative_install_path: "hw",
|
||||
defaults: ["hidl_defaults"],
|
||||
proprietary: true,
|
||||
name: "android.hardware.light@2.0-service",
|
||||
vendor: true,
|
||||
init_rc: ["android.hardware.light@2.0-service.rc"],
|
||||
srcs: ["service.cpp"],
|
||||
|
||||
|
|
Loading…
Reference in a new issue