summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2015-11-18 05:03:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-11-18 05:03:05 +0000
commit02cebfa5370d15e6478085977189d7331c487827 (patch)
tree83e6e668864061d7fa9d72582444cd839731ff7b
parent02670e4227b082da22ed320c5cfecb0a3f8b101c (diff)
parent41c1987507234fa7f2ae03312871682306c8d053 (diff)
downloadmarvell-02cebfa5370d15e6478085977189d7331c487827.tar.gz
Merge "lights: drop debug output" into mnc-brillo-dev
-rw-r--r--peripheral/lights/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/peripheral/lights/Android.mk b/peripheral/lights/Android.mk
index ac9a051..90edbdf 100644
--- a/peripheral/lights/Android.mk
+++ b/peripheral/lights/Android.mk
@@ -23,7 +23,6 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libhardware \
-$(info BOARD_LIGHTS_BUTTONS=$(BOARD_LIGHTS_BUTTONS))
ifeq ($(BOARD_LIGHTS_BUTTONS),buttons_via_lcd)
LOCAL_CFLAGS += -DBUTTONS_VIA_LCD
endif