Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b31e72c5 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Cleanup Lights Android.bp am: fabe9e4b

am: 1617ee81

Change-Id: I0e24b507af98a02283d62f03c29fa2fd3801e47d
parents 88620793 1617ee81
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"],