wahoo: remove LOCAL_CLANG := true

Clang is the default compiler since nougat.

Change-Id: I565e25f9f688a979eac41de0eee4a88b24099098
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
This commit is contained in:
Lennart Wieboldt
2017-11-13 08:47:13 +01:00
committed by Elliott Hughes
parent eaa1a041ec
commit 8f4072e87a
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"folio_daemon\" -DLOG_NDEBUG=0
LOCAL_CFLAGS += -Wall -Werror
LOCAL_CLANG := true
LOCAL_MODULE := folio_daemon
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_OWNER := google

View File

@@ -24,7 +24,6 @@ LOCAL_CFLAGS := $(common_flags) \
-DLOG_TAG=\"qdlights\" \
-DDEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS=$(DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS)
LOCAL_CFLAGS += -Wall -Werror
LOCAL_CLANG := true
LOCAL_MODULE := lights.$(TARGET_DEVICE)
LOCAL_MODULE_TAGS := optional