Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 099507a4 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Use -Werror in hardware/interfaces/light/2.0" am: 5261c278

am: aa7cddcd

Change-Id: I3be6a1990d3eb5f11b1530e8e80b3a64a91a0e1f
parents f6e6ec35 aa7cddcd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
    Light.cpp \

LOCAL_CFLAGS := -Wall -Werror

LOCAL_SHARED_LIBRARIES := \
    libhidlbase \
    libhidltransport \
@@ -28,6 +30,8 @@ LOCAL_INIT_RC := android.hardware.light@2.0-service.rc
LOCAL_SRC_FILES := \
    service.cpp \

LOCAL_CFLAGS := -Wall -Werror

LOCAL_SHARED_LIBRARIES := \
    liblog \
    libcutils \