mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
Allow plugins to set ext.multiarch to enable multiple APK building
The xwalk webView need build multiple apks by default after install cordova-crosswalk-engine plugin, we can set ext.multiarch=true to open the flag in plugin, it don't necessary set system environment BUILD_MULTIPLE_APKS manually. This closes #141
This commit is contained in:
parent
98fe46757f
commit
931a996dab
@ -54,11 +54,11 @@ task wrapper(type: Wrapper) {
|
|||||||
gradleVersion = '2.2.1'
|
gradleVersion = '2.2.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ext.multiarch=false
|
||||||
|
|
||||||
// PLUGIN GRADLE EXTENSIONS START
|
// PLUGIN GRADLE EXTENSIONS START
|
||||||
// PLUGIN GRADLE EXTENSIONS END
|
// PLUGIN GRADLE EXTENSIONS END
|
||||||
|
|
||||||
ext.multiarch=false
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
|
Loading…
Reference in New Issue
Block a user