aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-11-20 21:19:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-20 21:19:13 +0000
commit55250ca57aa96dbdc7181b0c62c149d9db5452aa (patch)
tree5c53db983e5c972ad0115d4be20d3590f9a015ea
parenta667a6faef44482c4d2c8a3ec1479ebf542e9fe4 (diff)
parent4c77a55a5662338be9c562c37d455f3c6d782792 (diff)
downloadpdk-55250ca57aa96dbdc7181b0c62c149d9db5452aa.tar.gz
Merge "Use -Werror in pdk/apps/HelloPDK/jni"android-o-mr1-iot-preview-6o-mr1-iot-preview-6
-rw-r--r--apps/HelloPDK/jni/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/HelloPDK/jni/Android.mk b/apps/HelloPDK/jni/Android.mk
index 3c2e963..6abeb83 100644
--- a/apps/HelloPDK/jni/Android.mk
+++ b/apps/HelloPDK/jni/Android.mk
@@ -27,6 +27,8 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
HelloJniNative.cpp
+LOCAL_CFLAGS := -Wall -Werror
+
LOCAL_C_INCLUDES := $(JNI_H_INCLUDE)
include $(BUILD_SHARED_LIBRARY)