summaryrefslogtreecommitdiffstats
path: root/light
diff options
context:
space:
mode:
Diffstat (limited to 'light')
-rw-r--r--light/2.0/default/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/light/2.0/default/Android.mk b/light/2.0/default/Android.mk
index 1f44e664..da75e1a6 100644
--- a/light/2.0/default/Android.mk
+++ b/light/2.0/default/Android.mk
@@ -7,6 +7,8 @@ LOCAL_MODULE_RELATIVE_PATH := hw
7LOCAL_SRC_FILES := \ 7LOCAL_SRC_FILES := \
8 Light.cpp \ 8 Light.cpp \
9 9
10LOCAL_CFLAGS := -Wall -Werror
11
10LOCAL_SHARED_LIBRARIES := \ 12LOCAL_SHARED_LIBRARIES := \
11 libhidlbase \ 13 libhidlbase \
12 libhidltransport \ 14 libhidltransport \
@@ -28,6 +30,8 @@ LOCAL_INIT_RC := android.hardware.light@2.0-service.rc
28LOCAL_SRC_FILES := \ 30LOCAL_SRC_FILES := \
29 service.cpp \ 31 service.cpp \
30 32
33LOCAL_CFLAGS := -Wall -Werror
34
31LOCAL_SHARED_LIBRARIES := \ 35LOCAL_SHARED_LIBRARIES := \
32 liblog \ 36 liblog \
33 libcutils \ 37 libcutils \