Skip to content

Commit aea775c

Browse files
committed
remove commented code
1 parent fd79df9 commit aea775c

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

runtime/build.gradle

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
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-
171
println "Build.gradle running"
182

193
apply 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-
240210
task revertVersionFile(type: Exec) {
241211

242212
onlyIf {

0 commit comments

Comments
 (0)