Skip to content

Commit

Permalink
Rollup merge of rust-lang#70054 - rojamd:android-pgo, r=michaelwoerister
Browse files Browse the repository at this point in the history
Build dist-android with --enable-profiler

This will make the runtime available to enable PGO for Rust code in Firefox on Android.

r? @michaelwoerister
  • Loading branch information
Centril committed Mar 18, 2020
2 parents c8d743c + f8870bf commit 09dddf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/dist-android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ENV TARGETS=$TARGETS,x86_64-linux-android

ENV RUST_CONFIGURE_ARGS \
--enable-extended \
--enable-profiler \
--arm-linux-androideabi-ndk=/android/ndk/arm-14 \
--armv7-linux-androideabi-ndk=/android/ndk/arm-14 \
--thumbv7neon-linux-androideabi-ndk=/android/ndk/arm-14 \
Expand Down

0 comments on commit 09dddf1

Please sign in to comment.