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 authored and facebook-github-bot-8 committed Jan 21, 2016
1 parent 8472209 commit 342a763
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
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 342a763

Please sign in to comment.