mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #21275 - servo:jdm-patch-24, r=jdm
Use local android toolchain for dynamic symbol check. Fixes https://github.com/servo/saltfs/issues/869 and unbreaks all of the android builds. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21275) <!-- Reviewable:end -->
This commit is contained in:
commit
5f0b7156cd
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