blob: fb8e8c0ace7813531bdd8424f1f4f381394c24a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Lights
PRODUCT_PACKAGES += \
lights.sailfish_sys
PRODUCT_PROPERTY_OVERRIDES += \
ro.hardware.lights=sailfish_sys
# Overlays
DEVICE_PACKAGE_OVERLAYS += device/google/marlin/sailfish/overlay-lineage
$(call inherit-product, device/google/marlin/device-lineage.mk)
|