diff options
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_android.sh b/build_android.sh index 4deac966..f310e887 100755 --- a/build_android.sh +++ b/build_android.sh @@ -33,7 +33,7 @@ fi echo "----------> Only building native. Not building crosswalk anymore due to compatibility issues <----------------------" BUILD_MODE="native" -ionic cordova plugin remove cordova-plugin-ionic-webview 2>/dev/null +#ionic cordova plugin remove cordova-plugin-ionic-webview 2>/dev/null ############ Crosswalk build #################################### if [ "$BUILD_MODE" = "xwalk" ] || [ "$BUILD_MODE" = "all" ]; then |
