File tree Expand file tree Collapse file tree
build/project-template-gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414* -PbuildToolsVersion=[build_tools_version] (default is 22.0.1)
1515* -PsupportVersion=[support_version] (default (22.2.0)
1616* -PcompileSdk=[compile_sdk_version] (default 22)
17- *
18- * -PrunSBGenerator //this flag will triger static binding generation
1917*/
2018
2119buildscript {
@@ -40,7 +38,6 @@ def nodeModulesDir = "../../node_modules/"
4038def libDir = " $projectDir /../../lib/Android/"
4139def pluginNames = new ArrayList<String > ()
4240def configDir = file(configurationsDir)
43- def shouldRunBindingGenerator = project. hasProperty(" runSBGenerator" )
4441
4542def compiteCompileSdkVersion () {
4643 if (project. hasProperty(" compileSdk" )) {
@@ -138,10 +135,7 @@ android {
138135
139136 def generateBuildConfigTask = variant. generateBuildConfig;
140137 generateBuildConfigTask. finalizedBy(collectAllJars)
141-
142- if (shouldRunBindingGenerator) {
143- collectAllJars. finalizedBy(setProperties)
144- }
138+ collectAllJars. finalizedBy(setProperties)
145139
146140 compileSourcesTask. finalizedBy(buildMetadata)
147141 }
You can’t perform that action at this time.
0 commit comments