File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed 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
-
17
1
println " Build.gradle running"
18
2
19
3
apply plugin : ' com.android.model.library'
@@ -223,20 +207,6 @@ task setRuntimeCommit {
223
207
}
224
208
}
225
209
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
-
240
210
task revertVersionFile (type : Exec ) {
241
211
242
212
onlyIf {
You can’t perform that action at this time.
0 commit comments