From ecde09bb94c2ecdf5e6abe3921fc5a17115c7759 Mon Sep 17 00:00:00 2001 From: Adrian DC Date: Sat, 3 Dec 2016 19:11:18 +0100 Subject: [PATCH] cmsdk: Define a default LED capabilities value * With the changes introduced by the commit If04e19891e778d1203241b03f398022400a531c8, the new integer overlay contains the device configuration for LEDs in a bit field * However if a device does not set this value, the build will fail with the following error "String types not allowed (... with value '')." * Therefore define the overlay to the default behaviour LIGHTS_PULSATING_LED = 8 Change-Id: I237cf2c0df856660a06bf45e8aa38a3552c8e901 --- cm/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm/res/res/values/config.xml b/cm/res/res/values/config.xml index acf1bbe5..d09f1027 100644 --- a/cm/res/res/values/config.xml +++ b/cm/res/res/values/config.xml @@ -95,7 +95,7 @@ For example, a device support pulsating, RGB notification and battery LEDs would set this config to 11. --> - + 8 wifi,bt,dnd,cell,airplane,rotation,location,edit,flashlight,cast,hotspot,inversion,live_display