Skip to content

Commit 844ec4c

Browse files
Moved to gradle structure
Change-Id: I2a1ca10bf5058f97741b6c818691f3a6934fdb47
1 parent 3b7446e commit 844ec4c

49 files changed

Lines changed: 6 additions & 515 deletions

Some content is hidden

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

AndroidSocket/ant.properties

Lines changed: 0 additions & 17 deletions
This file was deleted.

AndroidSocket/build.gradle

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,7 @@ android {
2929
}
3030
buildTypes {
3131
release {
32-
proguardFiles = [getDefaultProguardFile('proguard-android.txt'), 'src/main/proguard.txt']
32+
proguardFiles = [getDefaultProguardFile('proguard-android.txt'), 'src/main/proguard-project.txt']
3333
}
3434
}
35-
sourceSets {
36-
main {
37-
manifest.srcFile 'AndroidManifest.xml'
38-
java.srcDirs = ['src']
39-
resources.srcDirs = ['src']
40-
aidl.srcDirs = ['src']
41-
renderscript.srcDirs = ['src']
42-
res.srcDirs = ['res']
43-
assets.srcDirs = ['assets']
44-
}
45-
46-
instrumentTest.setRoot('tests')
47-
}
4835
}

AndroidSocket/build.xml

Lines changed: 0 additions & 92 deletions
This file was deleted.

AndroidSocket/proguard-project.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

AndroidSocket/project.properties

Lines changed: 0 additions & 15 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)