aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2016-05-26 19:59:10 -0600
committerCourtney Goeltzenleuchter <courtneygo@google.com>2016-05-26 20:17:35 -0600
commit99341848129a0a17e024a7395aac6fa8eec9b578 (patch)
tree3e7ab000f1d93fbe80d52d63d7780e90ae227774
parent9ef45ac8e471078a10eed2445c693cdf2a6130cd (diff)
downloadvulkan-validation-layers-nougat-mr1-wear-release.tar.gz
Change-Id: Id63df018a8c12bed3e2d2002226a7bfc04f40e9f
-rwxr-xr-xbuild-android/build.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-android/build.py b/build-android/build.py
index cb3451278..bf066225c 100755
--- a/build-android/build.py
+++ b/build-android/build.py
@@ -146,11 +146,11 @@ def main():
# typical ndk-build layout with a jni/{Android,Application}.mk.
'NDK_PROJECT_PATH=null',
'NDK_TOOLCHAIN_VERSION=' + compiler,
- 'APP_BUILD_SCRIPT=' + os.path.join(build_dir, 'jni', 'Android.mk'),
+ 'APP_BUILD_SCRIPT=' + os.path.join(shaderc_dir, 'jni', 'Android.mk'),
'APP_STL=' + stl,
- 'NDK_APPLICATION_MK=' + os.path.join(build_dir, 'jni', 'Application.mk'),
- 'NDK_OUT=' + obj_out,
- 'NDK_LIBS_OUT=' + lib_out,
+ 'NDK_APPLICATION_MK=' + os.path.join(shaderc_dir, 'jni', 'Application.mk'),
+ 'NDK_OUT=' + os.path.join(shaderc_dir, 'obj'),
+ 'NDK_LIBS_OUT=' + os.path.join(shaderc_dir, 'jniLibs'),
'THIRD_PARTY_PATH=../..',
# Put armeabi-v7a-hard in its own directory.