mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
new android port: fix android build and tests
This commit is contained in:
parent
76d394eca8
commit
bef2fe83cd
9 changed files with 43 additions and 39 deletions
|
@ -23,7 +23,7 @@ objdump_output = subprocess.check_output([
|
|||
'android-toolchains', 'ndk', 'toolchains', 'arm-linux-androideabi-4.9',
|
||||
'prebuilt', 'linux-x86_64', 'bin', 'arm-linux-androideabi-objdump'),
|
||||
'-T',
|
||||
'target/armv7-linux-androideabi/debug/libservo.so']
|
||||
'target/armv7-linux-androideabi/debug/libsimpleservo.so']
|
||||
).split(b'\n')
|
||||
|
||||
for line in objdump_output:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue