diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-12-20 09:46:20 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-12-20 09:46:20 +0100 |
commit | 5fdb94c9b9a6c3074a9a9a3ce2f24d44b3262fef (patch) | |
tree | e95f06bdecfc17ef4969f2758cb3bcb57c356bb9 /config | |
parent | 549c1c206c98744957511ec31af3d528e2f5252c (diff) |
android: Update to NDK r10d
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 1ff743fb..ed198b79 100644 --- a/config/android.config +++ b/config/android.config @@ -14,7 +14,7 @@ variants += ['nogtk3', 'noclutter', 'nopython', 'notestspackage'] allow_system_libs=False if not toolchain_prefix: - toolchain_prefix = os.path.join(home_dir, 'android-ndk-r10c') + toolchain_prefix = os.path.join(home_dir, 'android-ndk-r10d') toolchain_path = None toolchain_version = None |