Skip to content

Commit b64dc30

Browse files
committed
MiniBrowser: Reset for the split apks per-ABI recipe
If we don't do this it produces apks for every architecture and we are just interested in arm64-v8a and x86_64 APKs.
1 parent 1abd1b0 commit b64dc30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/minibrowser/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ android {
4242
splits {
4343
abi {
4444
enable true
45+
reset()
4546
include "arm64-v8a", "x86_64"
4647
}
4748
}

0 commit comments

Comments
 (0)