Skip to content

Commit

Permalink
Bug 1652870 - use new dump_syms for Android builds; r=geckoview-revie…
Browse files Browse the repository at this point in the history
…wers,snorp

Faster and more maintainable is good.

Differential Revision: https://phabricator.services.mozilla.com/D83561
  • Loading branch information
froydnj committed Jul 20, 2020
1 parent ae4610b commit 4f9a75c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions mobile/android/config/mozconfigs/common
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if [ -z "$NO_NDK" -a -z "$USE_ARTIFACT" ]; then
# Make sure that any host binaries we build use whatever libraries clang
# linked against, rather than what's on the system.
mk_add_options "export LD_LIBRARY_PATH=$MOZ_FETCHES_DIR/clang/lib"
export DUMP_SYMS="$MOZ_FETCHES_DIR/dump_syms/dump_syms"
# Enable static analysis plugin
export ENABLE_CLANG_PLUGIN=1
fi
Expand Down
1 change: 1 addition & 0 deletions taskcluster/ci/build-fat-aar/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ job-defaults:
- linux64-rust-android
- linux64-rust-size
- linux64-cbindgen
- linux64-dump-syms
- linux64-nasm
- linux64-node

Expand Down
1 change: 1 addition & 0 deletions taskcluster/ci/build/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ job-defaults:
- linux64-rust-android
- linux64-rust-size
- linux64-cbindgen
- linux64-dump-syms
- linux64-nasm
- linux64-node

Expand Down
1 change: 1 addition & 0 deletions taskcluster/ci/instrumented-build/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
- linux64-rust-android
- linux64-rust-size
- linux64-cbindgen
- linux64-dump-syms
- linux64-nasm
- linux64-node

Expand Down

0 comments on commit 4f9a75c

Please sign in to comment.