Skip to content

Commit

Permalink
begonia: lights: Include in system image
Browse files Browse the repository at this point in the history
Change-Id: I1213d6e5678a50158030eb4cdcdba66ad10a4342
  • Loading branch information
AgentFabulous committed Feb 28, 2020
1 parent 61e60c3 commit 8b03f3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion light/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ cc_binary {
relative_install_path: "hw",
defaults: ["hidl_defaults"],
name: "android.hardware.light@2.0-service.begonia",
proprietary: true,
init_rc: ["android.hardware.light@2.0-service.begonia.rc"],
srcs: ["service.cpp", "Light.cpp"],
shared_libs: [
Expand Down
2 changes: 1 addition & 1 deletion light/android.hardware.light@2.0-service.begonia.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
service vendor.light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.begonia
service vendor.light-hal-2-0 /system/bin/hw/android.hardware.light@2.0-service.begonia
interface android.hardware.light@2.0::ILight default
class hal
user system
Expand Down

0 comments on commit 8b03f3f

Please sign in to comment.