Upgrade NDK to v15c.

This commit is contained in:
Josh Matthews 2018-09-21 10:55:23 -04:00
parent 0a5aab6cc2
commit 7a95cbcf91
8 changed files with 73 additions and 31 deletions

View file

@ -774,7 +774,7 @@ install them, let us know by filing a bug!")
def handle_android_target(self, target):
if target == "armv7-linux-androideabi":
self.config["android"]["platform"] = "android-18"
self.config["android"]["platform"] = "android-21"
self.config["android"]["target"] = target
self.config["android"]["toolchain_prefix"] = "arm-linux-androideabi"
self.config["android"]["arch"] = "arm"