mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
When using split builds, don't generate universal APK
Summary: Closes https://github.com/facebook/react-native/issues/5452 public Reviewed By: foghina Differential Revision: D2849769 fb-gh-sync-id: 93a53b05dc39560529a916fbeeb74efa761a7d7e
This commit is contained in:
committed by
facebook-github-bot-8
parent
847220957a
commit
342a7630f1
@@ -92,7 +92,7 @@ android {
|
||||
splits {
|
||||
abi {
|
||||
enable enableSeparateBuildPerCPUArchitecture
|
||||
universalApk true
|
||||
universalApk false
|
||||
reset()
|
||||
include "armeabi-v7a", "x86"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user