[android] Added blackberry build config.

This commit is contained in:
Dmitry Yunitsky 2015-10-26 19:00:40 +03:00
parent c80de1dbf8
commit 50f2f26e12

View file

@ -169,6 +169,11 @@ android {
// Change it in the next version after publishing app to the store.
buildConfigField 'int', 'RATING_THRESHOLD', '6'
}
blackberry {
versionName = android.defaultConfig.versionName + '-Blackberry'
android.sourceSets.blackberry.assets.srcDirs = ['flavors/mwm-ttf-assets']
}
}
// Currently (as of 1.2.3 gradle plugin) ABI filters aren't supported inside of product flavors, so we cannot generate splitted builds only for Google build.