aboutsummaryrefslogtreecommitdiff
path: root/buildAndroid
diff options
context:
space:
mode:
authorMichael Lentine <mlentine@google.com>2016-02-03 16:51:46 -0600
committerTobin Ehlis <tobine@google.com>2016-02-10 09:19:29 -0700
commiteba876d78708b086fc48abd38cd4e638e282b853 (patch)
tree018123c70b06e3a1b477fc0907a9360a44426bf9 /buildAndroid
parent32bce170582e151c13df697f410a8ccda72454b3 (diff)
downloadusermoji-eba876d78708b086fc48abd38cd4e638e282b853.tar.xz
layers: Enable Wall and Werror.
Diffstat (limited to 'buildAndroid')
-rw-r--r--buildAndroid/jni/Application.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildAndroid/jni/Application.mk b/buildAndroid/jni/Application.mk
index cd749e37..781edd6f 100644
--- a/buildAndroid/jni/Application.mk
+++ b/buildAndroid/jni/Application.mk
@@ -17,5 +17,5 @@ APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 mips mips64
APP_PLATFORM := android-22
APP_STL := gnustl_static
APP_MODULES := layer_utils VkLayer_draw_state VkLayer_mem_tracker VkLayer_device_limits VkLayer_image VkLayer_param_checker VkLayer_object_tracker VkLayer_threading VkLayer_swapchain VkLayer_unique_objects VkLayerValidationTests
-APP_CPPFLAGS += -std=c++11 -DVK_PROTOTYPES
-NDK_TOOLCHAIN_VERSION := 4.8
+APP_CPPFLAGS += -std=c++11 -DVK_PROTOTYPES -Wall -Werror -Wno-unused-function -Wno-unused-const-variable
+NDK_TOOLCHAIN_VERSION := clang