Sanders: Enforce RRO only for framework-res

Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
Artem Borisov
2019-04-10 14:20:31 +00:00
committed by ronaxdevil
parent a1583f0ad2
commit 904ef8950b
2 changed files with 4 additions and 1 deletions

View File

@@ -311,6 +311,9 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/perf/targetconfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/targetconfig.xml \
$(LOCAL_PATH)/configs/perf/targetresourceconfigs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/targetresourceconfigs.xml
PRODUCT_ENFORCE_RRO_TARGETS := \
framework-res
# Power
PRODUCT_PACKAGES += \
android.hardware.power@1.0-impl \

View File

@@ -242,7 +242,7 @@
<integer name="config_defaultNotificationLedOff">5000</integer>
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<<bool name="config_intrusiveBatteryLed">true</bool>
<bool name="config_intrusiveBatteryLed">true</bool>
<!-- Default color for notification LED is white. -->
<color name="config_defaultNotificationColor">#ff0000ff</color>