CB-3445: Add environment variable 'BUILD_MULTIPLE_APKS' for splitting APKs based on architecture

This commit is contained in:
Ian Clelland
2014-08-28 16:17:54 -04:00
parent 7a09182446
commit 34dde53506
2 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
if (multiarch) {
if (multiarch || System.env.BUILD_MULTIPLE_APKS) {
productFlavors {
armv7 {
versionCode defaultConfig.versionCode + 2