summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2020-02-10 09:12:02 -0800
committerSasha Smundak <asmundak@google.com>2020-02-20 08:51:04 -0800
commitd3667e1e171e92974e4c8d59901c3a245ed5ef81 (patch)
treea2698ddb997e91be4872d897e1da33405eef0862
parentfaa42587914e841f3594fba4b7be6ddc36fc0053 (diff)
downloadbonito-d3667e1e171e92974e4c8d59901c3a245ed5ef81.tar.gz
Use fixed name for the lights module
Bug: 148986460 Test: treehugger Change-Id: Ie73ac8cd54697c79db22e212cba3ddaefa2c331b
-rw-r--r--device.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index ca312b06..70008218 100644
--- a/device.mk
+++ b/device.mk
@@ -349,9 +349,11 @@ PRODUCT_PACKAGES += \
# Light HAL
PRODUCT_PACKAGES += \
- lights.$(TARGET_CHIPSET) \
+ lights.qcom \
android.hardware.light@2.0-impl \
android.hardware.light@2.0-service
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.hardware.lights=qcom
# Memtrack HAL
PRODUCT_PACKAGES += \