Skip to content

Commit

Permalink
jenkins.py: Fix Android NDK location
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Sep 14, 2018
1 parent 9a99d8c commit 0f6f93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/detail/android_studio_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def android_studio_build():
'_android_ndk'
)

android_ndk = os.path.join(os.getcwd(), '_android_ndk', 'android-ndk-r17')
android_ndk = os.path.join(os.getcwd(), '_android_ndk', 'android-ndk-r17c')
android_sdk = os.path.join(os.getenv('USERPROFILE'), 'android-sdk')
licenses_dir = os.path.join(android_sdk, 'licenses')

Expand Down

0 comments on commit 0f6f93a

Please sign in to comment.