aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorJohny Lin <johnylin@google.com>2017-12-19 10:25:27 +0800
committerJohny Lin <johnylin@google.com>2017-12-21 11:20:57 +0800
commita891f0ea984eb1175467ebe1c0ec086977464a07 (patch)
tree89e7fffc7c0495cfcbce28e470cbc016d980ddca /Android.mk
parentf5398e6a069e55e36439f148b8d4004596eecd5b (diff)
downloadv4l2_codec2-a891f0ea984eb1175467ebe1c0ec086977464a07.tar.gz
codec2: fix coding style by clang-format
clang-format files are in Change-Id: I78c285c6e1796b3f3ec118fd81a7f52d0503600f Bug: None Test: run native tests. Change-Id: I4d46de3cc89813f50dfd0c12387cd50fb895b438
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4a05be2..e8e6958 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,7 +30,8 @@ LOCAL_SHARED_LIBRARIES := libbinder \
libv4l2_codec2_vndk \
# -Wno-unused-parameter is needed for libchrome/base codes
-LOCAL_CFLAGS += -Werror -Wall -Wno-unused-parameter -Wno-unused-lambda-capture -std=c++14
+LOCAL_CFLAGS += -Werror -Wall -Wno-unused-parameter -std=c++14
+LOCAL_CFLAGS += -Wno-unused-lambda-capture -Wno-unknown-warning-option
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow