File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // // Top-level build file where you can add configuration options common to all sub-projects/modules.
2- // buildscript {
3- // repositories {
4- // jcenter()
5- // }
6- // dependencies {
7- // classpath 'com.android.tools.build:gradle-experimental:0.7.0-beta3'
8- // }
9- // }
10-
11- // allprojects {
12- // repositories {
13- // jcenter()
14- // }
15- // }
16-
171println " Build.gradle running"
182
193apply plugin : ' com.android.model.library'
@@ -223,20 +207,6 @@ task setRuntimeCommit {
223207 }
224208}
225209
226- // task setNdkDebuggable {
227- // println "Setting ndk debuggable: " + components.android
228- // doFirst {
229- //
230- // }
231- // }
232- //
233- // task revertNdkDebuggable {
234- // doFirst {
235- // println "Reverting ndk debuggable: " + components.android
236- // }
237- // }
238-
239-
240210task revertVersionFile (type : Exec ) {
241211
242212 onlyIf {
You can’t perform that action at this time.
0 commit comments