diff options
author | Edward Hervey <bilboed@bilboed.com> | 2013-10-11 14:03:42 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2013-10-11 14:03:42 +0200 |
commit | 40994d5dbd97eb87535ef1fb1f66f358d226b3b9 (patch) | |
tree | 19489284afb42a36f894ad516f16d3e40950e337 /config | |
parent | 548383a8fca76d142313380ef18446accf8e61ae (diff) |
android: Switch to NDK r9
Diffstat (limited to 'config')
-rw-r--r-- | config/android.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/android.config b/config/android.config index a9678606..0163365b 100644 --- a/config/android.config +++ b/config/android.config @@ -9,7 +9,7 @@ from cerbero.errors import FatalError import cerbero.utils.messages as m if not toolchain_prefix: - toolchain_prefix = os.path.expanduser('~/cerbero/android-ndk-r8e') + toolchain_prefix = os.path.expanduser('~/cerbero/android-ndk-r9') toolchain_path = None |