From 59934881a1dc27e0c6030d2133ec3f9aae583df7 Mon Sep 17 00:00:00 2001 From: Joel Teichroeb Date: Mon, 5 Jan 2015 20:14:17 -0800 Subject: ANDROID: Remove unpacker and fix support for non arm --- dists/android/AndroidManifest.xml | 19 +----------------- dists/android/AndroidManifest.xml.in | 19 +----------------- dists/android/jni/Android.mk | 2 +- dists/android/mkplugin.sh | 16 --------------- dists/android/plugin-manifest.xml | 35 --------------------------------- dists/android/plugin-manifest.xml.in | 35 --------------------------------- dists/android/plugin-strings.xml | 6 ------ dists/android/res/drawable/gradient.xml | 7 ------- dists/android/res/layout/splash.xml | 19 ------------------ 9 files changed, 3 insertions(+), 155 deletions(-) delete mode 100755 dists/android/mkplugin.sh delete mode 100644 dists/android/plugin-manifest.xml delete mode 100644 dists/android/plugin-manifest.xml.in delete mode 100644 dists/android/plugin-strings.xml delete mode 100644 dists/android/res/drawable/gradient.xml delete mode 100644 dists/android/res/layout/splash.xml (limited to 'dists') diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index db8a9adc54..ba1046e85c 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -5,7 +5,6 @@ package="org.scummvm.scummvm" android:versionCode="@ANDROID_VERSIONCODE@" android:versionName="1.8.0git" - android:installLocation="preferExternal" android:sharedUserId="org.scummvm.scummvm">