Update Gradle and SDK

This commit is contained in:
Paul Rouget 2018-07-11 15:26:41 +02:00
parent bef2fe83cd
commit 6a31864126
20 changed files with 49 additions and 53 deletions

View file

@ -607,8 +607,7 @@ class MachCommands(CommandBase):
env = self.build_env(target=target)
os.environ["PATH"] = env["PATH"]
assert self.handle_android_target(target)
binary_path = self.get_binary_path(release, dev, android=True)
apk = binary_path + ".apk"
apk = self.get_apk_path(release)
py = path.join(self.context.topdir, "etc", "run_in_headless_android_emulator.py")
return [py, avd, apk]