Skip to content

Commit 81473fe

Browse files
committed
moved sources to fit Android Studio new build system fashion
1 parent 9aa77e4 commit 81473fe

File tree

449 files changed

+306
-320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+306
-320
lines changed

cSploit/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
obj
22
libs
33
dist
4-
src/main/jniLibs
54
*.so
65
*.jks
76
*.tar.*

cSploit/build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,4 @@ android {
9999
return true
100100
}
101101
}
102-
103-
sourceSets {
104-
main {
105-
manifest.srcFile 'AndroidManifest.xml'
106-
java.srcDirs = ['src']
107-
aidl.srcDirs = ['src']
108-
renderscript.srcDirs = ['src']
109-
res.srcDirs = ['res']
110-
assets.srcDirs = ['assets']
111-
jniLibs.srcDir 'src/org/csploit/android/jniLibs'
112-
}
113-
114-
instrumentTest.setRoot('tests')
115-
}
116102
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)