From a5826ce58c070406db17dd65103bd7db6c4159da Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 14 Feb 2017 20:20:58 +0300 Subject: [PATCH] drop natives --- libvorbis/.gitignore | 1 - libvorbis/build.gradle | 40 ----------------------- libvorbis/proguard-rules.pro | 17 ---------- libvorbis/src/main/AndroidManifest.xml | 11 ------- libvorbis/src/main/res/values/strings.xml | 3 -- settings.gradle | 2 +- 6 files changed, 1 insertion(+), 73 deletions(-) delete mode 100644 libvorbis/.gitignore delete mode 100644 libvorbis/build.gradle delete mode 100644 libvorbis/proguard-rules.pro delete mode 100644 libvorbis/src/main/AndroidManifest.xml delete mode 100644 libvorbis/src/main/res/values/strings.xml diff --git a/libvorbis/.gitignore b/libvorbis/.gitignore deleted file mode 100644 index 796b96d..0000000 --- a/libvorbis/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build diff --git a/libvorbis/build.gradle b/libvorbis/build.gradle deleted file mode 100644 index b269b6e..0000000 --- a/libvorbis/build.gradle +++ /dev/null @@ -1,40 +0,0 @@ -apply plugin: 'com.android.library' - -android { - compileSdkVersion 25 - buildToolsVersion "25.0.2" - - defaultConfig { - minSdkVersion 9 - targetSdkVersion 25 - versionCode 1 - versionName "1.0" - - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - externalNativeBuild { - cmake { - cppFlags "" - } - } - } - buildTypes { - release { - minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' - } - } - externalNativeBuild { - cmake { - path "CMakeLists.txt" - } - } -} - -dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { - exclude group: 'com.android.support', module: 'support-annotations' - }) - compile 'com.android.support:appcompat-v7:25.1.1' - testCompile 'junit:junit:4.12' -} diff --git a/libvorbis/proguard-rules.pro b/libvorbis/proguard-rules.pro deleted file mode 100644 index f45cfad..0000000 --- a/libvorbis/proguard-rules.pro +++ /dev/null @@ -1,17 +0,0 @@ -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in /Users/axet/Library/Android/sdk/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the proguardFiles -# directive in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} diff --git a/libvorbis/src/main/AndroidManifest.xml b/libvorbis/src/main/AndroidManifest.xml deleted file mode 100644 index c107f80..0000000 --- a/libvorbis/src/main/AndroidManifest.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/libvorbis/src/main/res/values/strings.xml b/libvorbis/src/main/res/values/strings.xml deleted file mode 100644 index 28644c9..0000000 --- a/libvorbis/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - Vorbis - diff --git a/settings.gradle b/settings.gradle index 19a4296..9b5374c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':android-library', ':jebml', ':libvorbis' +include ':app', ':android-library', ':jebml' \ No newline at end of file