From e41673820ffe200df78b1ec185ccb9d9ca962ae1 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Wed, 13 Apr 2016 14:14:04 -0400 Subject: Upgrade Android build to Gradle build system The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory. --- build/android/res/drawable-hdpi/irr_icon.png | Bin 5490 -> 0 bytes build/android/res/drawable-ldpi/irr_icon.png | Bin 2262 -> 0 bytes build/android/res/drawable-mdpi/irr_icon.png | Bin 3110 -> 0 bytes build/android/res/drawable-xhdpi/irr_icon.png | Bin 7610 -> 0 bytes build/android/res/layout/assetcopy.xml | 24 ------------------------ build/android/res/values/styles.xml | 11 ----------- 6 files changed, 35 deletions(-) delete mode 100644 build/android/res/drawable-hdpi/irr_icon.png delete mode 100644 build/android/res/drawable-ldpi/irr_icon.png delete mode 100644 build/android/res/drawable-mdpi/irr_icon.png delete mode 100644 build/android/res/drawable-xhdpi/irr_icon.png delete mode 100644 build/android/res/layout/assetcopy.xml delete mode 100644 build/android/res/values/styles.xml (limited to 'build/android/res') diff --git a/build/android/res/drawable-hdpi/irr_icon.png b/build/android/res/drawable-hdpi/irr_icon.png deleted file mode 100644 index 0b6861a0d..000000000 Binary files a/build/android/res/drawable-hdpi/irr_icon.png and /dev/null differ diff --git a/build/android/res/drawable-ldpi/irr_icon.png b/build/android/res/drawable-ldpi/irr_icon.png deleted file mode 100644 index b8c5d0177..000000000 Binary files a/build/android/res/drawable-ldpi/irr_icon.png and /dev/null differ diff --git a/build/android/res/drawable-mdpi/irr_icon.png b/build/android/res/drawable-mdpi/irr_icon.png deleted file mode 100644 index 951a7f8c1..000000000 Binary files a/build/android/res/drawable-mdpi/irr_icon.png and /dev/null differ diff --git a/build/android/res/drawable-xhdpi/irr_icon.png b/build/android/res/drawable-xhdpi/irr_icon.png deleted file mode 100644 index 2ec528ef7..000000000 Binary files a/build/android/res/drawable-xhdpi/irr_icon.png and /dev/null differ diff --git a/build/android/res/layout/assetcopy.xml b/build/android/res/layout/assetcopy.xml deleted file mode 100644 index 8ec14bdc2..000000000 --- a/build/android/res/layout/assetcopy.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - diff --git a/build/android/res/values/styles.xml b/build/android/res/values/styles.xml deleted file mode 100644 index 25b8df5a3..000000000 --- a/build/android/res/values/styles.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file -- cgit v1.2.3