flo/deb: Camera: Add LOCAL_CLANG_CFLAGS

LOCAL_CLANG_CFLAGS += \
       -Wno-unreachable-code-loop-increment
This commit is contained in:
followmsi 2021-11-22 18:35:21 +01:00
parent 73ec745e01
commit 1756272868
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := -Wall -Werror
LOCAL_CFLAGS += -DHAS_MULTIMEDIA_HINTS
LOCAL_CLANG_CFLAGS += \
-Wno-unreachable-code-loop-increment
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../stack/common \
frameworks/native/include/media/openmax \