Skip to content

Commit

Permalink
build: add arch options configuration (#171)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
goaway authored and jpsim committed Nov 28, 2022
1 parent 4ab6fd4 commit 6059228
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mobile/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ 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,armeabi-v7a,arm64-v8a
build:android --fat_apk_cpu=x86,x86_64

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

build:fat --ios_multi_cpus=i386,x86_64,armv7,arm64 --fat_apk_cpu=x86,x86_64,armeabi-v7a,arm64-v8a

0 comments on commit 6059228

Please sign in to comment.