aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2018-01-02 13:09:59 -0700
committerMark Lobodzinski <mark@lunarg.com>2018-01-02 17:30:18 -0700
commit7117a4f841589d0613dfeba176db2cddd9f51323 (patch)
tree8b4b5e89a3707cda91d7f71537e5d68a70cb498f
parente4dfe8dcb096da73bd27f475f807d56086e5a1f0 (diff)
downloadusermoji-7117a4f841589d0613dfeba176db2cddd9f51323.tar.xz
build: Remove APP_MODULES from android Application.mk
This option is optional if all components are to be built. Removing this will make VulkanTools trunk merges safer and easier. Change-Id: I4c0bb13bf23924c49bb1b3bde1eaa26de1b180df
-rw-r--r--build-android/jni/Application.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-android/jni/Application.mk b/build-android/jni/Application.mk
index 9fc85c66..a80a3573 100644
--- a/build-android/jni/Application.mk
+++ b/build-android/jni/Application.mk
@@ -16,6 +16,5 @@
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_PLATFORM := android-22
APP_STL := c++_static
-APP_MODULES := layer_utils VkLayer_core_validation VkLayer_parameter_validation VkLayer_object_tracker VkLayer_threading VkLayer_unique_objects VkLayerValidationTests VulkanLayerValidationTests vkjson_info
NDK_TOOLCHAIN_VERSION := clang
NDK_MODULE_PATH := .