diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2014-02-13 00:21:48 +1100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2014-02-14 02:25:34 +1100 |
commit | 5ceff4a171c72c0c3a41bc3e8eb3e745c1339a8d (patch) | |
tree | d9a63212f9d6c4c5d7657411a1afa3387f42bb7c /config | |
parent | 174448255a4622b68cb0c0c21b55eb8634ae74d2 (diff) |
android: Switch to NDK r9c.
Fixes bug 724177 - android-x86 build issue with zlib.
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 7a4c7525..960424ed 100644 --- a/config/android.config +++ b/config/android.config @@ -11,7 +11,7 @@ import cerbero.utils.messages as m variants += ['nogtk', 'noclutter', 'nopython', 'notestspackage'] if not toolchain_prefix: - toolchain_prefix = os.path.join(home_dir, 'android-ndk-r9') + toolchain_prefix = os.path.join(home_dir, 'android-ndk-r9c') toolchain_path = None |