diff options
| author | grait <grandhiajit9@gmail.com> | 2014-03-09 14:44:20 +0530 |
|---|---|---|
| committer | grait <grandhiajit9@gmail.com> | 2014-03-09 14:44:20 +0530 |
| commit | 7b8668a7e30bc3eef4aaece87a13ff27fc924e79 (patch) | |
| tree | 61f9fb2d589746a3f7e3aa02922325812ccf0d20 /libraries | |
| parent | 3fbda4245cf34d2f8e150e6a26ad4048cdb6b204 (diff) | |
| parent | 50d9908bafd1b55640deb3a0b2cff4e06155cc5e (diff) | |
| download | open-keychain-7b8668a7e30bc3eef4aaece87a13ff27fc924e79.tar.gz open-keychain-7b8668a7e30bc3eef4aaece87a13ff27fc924e79.tar.bz2 open-keychain-7b8668a7e30bc3eef4aaece87a13ff27fc924e79.zip | |
Merge branch 'develop' into master2
Diffstat (limited to 'libraries')
| -rw-r--r-- | libraries/keychain-api-library/build.gradle | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/libraries/keychain-api-library/build.gradle b/libraries/keychain-api-library/build.gradle deleted file mode 100644 index 7c923e7f6..000000000 --- a/libraries/keychain-api-library/build.gradle +++ /dev/null @@ -1,35 +0,0 @@ -// please leave this here, so this library builds on its own -buildscript { - repositories { - mavenCentral() - } - - dependencies { - classpath 'com.android.tools.build:gradle:0.8.3' - } -} - -apply plugin: 'android-library' - -android { - compileSdkVersion 19 - buildToolsVersion '19.0.3' - - // NOTE: We are using the old folder structure to also support Eclipse - sourceSets { - main { - manifest.srcFile 'AndroidManifest.xml' - java.srcDirs = ['src'] - resources.srcDirs = ['src'] - aidl.srcDirs = ['src'] - renderscript.srcDirs = ['src'] - res.srcDirs = ['res'] - assets.srcDirs = ['assets'] - } - } - - // Do not abort build if lint finds errors - lintOptions { - abortOnError false - } -} |
