Skip to content

Commit

Permalink
When using split builds, don't generate universal APK
Browse files Browse the repository at this point in the history
Summary:
Closes #5452

public

Reviewed By: foghina

Differential Revision: D2849769

fb-gh-sync-id: 93a53b05dc39560529a916fbeeb74efa761a7d7e
  • Loading branch information
Martin Konicek committed Jan 29, 2016
1 parent f514409 commit eb3df43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/generator-android/templates/src/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ android {
splits {
abi {
enable enableSeparateBuildPerCPUArchitecture
universalApk true
universalApk false
reset()
include "armeabi-v7a", "x86"
}
Expand Down

0 comments on commit eb3df43

Please sign in to comment.