mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Move OpenSSL Android build to the target directory #8568
This commit is contained in:
parent
a8cbc28643
commit
62af4d36dd
2 changed files with 12 additions and 2 deletions
|
@ -329,6 +329,9 @@ class CommandBase(object):
|
|||
def android_support_dir(self):
|
||||
return path.join(self.context.topdir, "support", "android")
|
||||
|
||||
def android_build_dir(self, dev):
|
||||
return path.join(self.get_target_dir(), "arm-linux-androideabi", "debug" if dev else "release")
|
||||
|
||||
def ensure_bootstrapped(self):
|
||||
if self.context.bootstrapped:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue