aboutsummaryrefslogtreecommitdiffstats
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index 769a3707f..4cff80a50 100755
--- a/build.py
+++ b/build.py
@@ -116,7 +116,7 @@ def main():
if host is None:
host = get_default_host()
- ndk_build_tools_path = android_path('prebuilts/ndk/current/build/tools')
+ ndk_build_tools_path = android_path('ndk/build/tools')
build_env = dict(os.environ)
build_env['NDK_BUILDTOOLS_PATH'] = ndk_build_tools_path
build_env['ANDROID_NDK_ROOT'] = ndk_path