Browse Source

[Android] Add comment on disabling JS packaging for dev builds

master
Saúl Ibarra Corretgé 8 years ago
parent
commit
6fc1a3f45d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      android/sdk/build.gradle

+ 3
- 0
android/sdk/build.gradle View File

@@ -104,6 +104,9 @@ gradle.projectsEvaluated {
104 104
                 '--entry-file', 'index.android.js',
105 105
                 '--platform', 'android',
106 106
                 '--reset-cache')
107
+
108
+            // Disable bundling on dev builds
109
+            //enabled !devEnabled
107 110
         }
108 111
 
109 112
         // Hook bundle${productFlavor}${buildType}JsAndAssets into the android build process

Loading…
Cancel
Save