mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use local android toolchain for dynamic symbol check.
This commit is contained in:
parent
53382f5a0f
commit
2fda6bfda3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ actual_symbols = set()
|
|||
|
||||
objdump_output = subprocess.check_output([
|
||||
os.path.join(
|
||||
os.environ['ANDROID_NDK'], 'toolchains', 'arm-linux-androideabi-4.9',
|
||||
'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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue