diff options
Diffstat (limited to 'tools/android/packaging/Makefile.in')
-rw-r--r-- | tools/android/packaging/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/android/packaging/Makefile.in b/tools/android/packaging/Makefile.in index 32b76fc30a..34cb3d8579 100644 --- a/tools/android/packaging/Makefile.in +++ b/tools/android/packaging/Makefile.in @@ -25,9 +25,6 @@ ifneq ($(strip $(SIGN_KEYPASS)),) SIGN_KEYPASS_OPT=-keypass $(SIGN_KEYPASS) endif -X86OVERRIDES=XBMC_OVERRIDE_HOST=i686-android-linux XBMC_OVERRIDE_TOOLCHAIN=$(XBMC_X86_TOOLCHAIN) -ARMOVERRIDES=XBMC_OVERRIDE_HOST=arm-linux-androideabi XBMC_OVERRIDE_TOOLCHAIN=$(XBMC_ARM_TOOLCHAIN) - #this fixes a android ndk fuckup where the paths to #prebuilt stuff follow different name schemes for #arm and x86 |