Skip to content

Commit

Permalink
build: Remove an architecture for Android builds (#232)
Browse files Browse the repository at this point in the history
When creating release builds we should pass `--config=fat`, when
iterating on the Android library we don't need to build multiple
architectures since this just doubles build times.

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
keith authored and jpsim committed Nov 29, 2022
1 parent e13d4e9 commit b80238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build \
# https://github.com/envoyproxy/envoy/tree/master/bazel#enabling-optional-features
build:ios --define=manual_stamp=manual_stamp

build:android --fat_apk_cpu=x86,x86_64
build:android --fat_apk_cpu=x86_64

build:device --ios_multi_cpus=armv7,arm64 --fat_apk_cpu=armeabi-v7a,arm64-v8a

Expand Down

0 comments on commit b80238b

Please sign in to comment.