summaryrefslogtreecommitdiff
path: root/liblight
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2016-07-14 13:34:51 -0700
committerNick Desaulniers <ndesaulniers@google.com>2016-07-14 13:50:51 -0700
commite05b45904179eb84e4005263e5d84db22b52205b (patch)
tree3f90e861da36a3dd47c0c989d33886734415a9f2 /liblight
parenta67fc83613ad8835c7056c25f832ece09291e329 (diff)
Revert "marlin: reenable battery notification LED"
This reverts commit 58f8765157208fc1065a0f4fe7bea03991c42ab4. Bug: 30048869 Change-Id: Ibabc62b8eeefc838c0cfe853a1af64147be11d66
Diffstat (limited to 'liblight')
-rw-r--r--liblight/lights.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/liblight/lights.c b/liblight/lights.c
index 4c115a6c..800e7017 100644
--- a/liblight/lights.c
+++ b/liblight/lights.c
@@ -15,9 +15,6 @@
* limitations under the License.
*/
-
-// #define LOG_NDEBUG 0
-
#include <cutils/log.h>
#include <cutils/properties.h>
@@ -36,12 +33,10 @@
#include <hardware/lights.h>
-/******************************************************************************/
-
/*
* Change this to 1 to support battery notifications via BatteryService
*/
-#define LIGHTS_SUPPORT_BATTERY 1
+#define LIGHTS_SUPPORT_BATTERY 0
#define CG_COLOR_ID_PROPERTY "ro.boot.hardware.color"
static pthread_once_t g_init = PTHREAD_ONCE_INIT;