mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make armv7-linux-androideabi default target on Android
This commit is contained in:
parent
1b9cc2de34
commit
04fb628d20
4 changed files with 24 additions and 7 deletions
|
@ -23,7 +23,7 @@ objdump_output = subprocess.check_output([
|
|||
os.environ['ANDROID_NDK'], 'toolchains', 'arm-linux-androideabi-4.9',
|
||||
'prebuilt', 'linux-x86_64', 'bin', 'arm-linux-androideabi-objdump'),
|
||||
'-T',
|
||||
'target/arm-linux-androideabi/debug/libservo.so']
|
||||
'target/armv7-linux-androideabi/debug/libservo.so']
|
||||
).split(b'\n')
|
||||
|
||||
for line in objdump_output:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue