diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk index e36c0db4aad..b1c5906defe 100644 --- a/backends/platform/android/android.mk +++ b/backends/platform/android/android.mk @@ -26,7 +26,7 @@ JAVA_EXTRA_LIBS = \ $(PATH_BUILD)/libs/ouya-sdk.jar DIST_ANDROID_MK = $(PATH_DIST)/jni/Android.mk -DIST_BUILD_XML = $(PATH_DIST)/build.xml +DIST_BUILD_XML = $(PATH_DIST)/custom_rules.xml PATH_BUILD = ./build.tmp PATH_BUILD_ASSETS = $(PATH_BUILD)/assets diff --git a/dists/android/build.xml b/dists/android/build.xml deleted file mode 100644 index e1b148851b1..00000000000 --- a/dists/android/build.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dists/android/custom_rules.xml b/dists/android/custom_rules.xml new file mode 100644 index 00000000000..5ed81b7273f --- /dev/null +++ b/dists/android/custom_rules.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + +