diff options
author | Rechi <Rechi@users.noreply.github.com> | 2019-07-19 12:46:37 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2019-07-19 12:46:37 +0200 |
commit | ceb90771dc10576ea82f22ddd83006f302f7be29 (patch) | |
tree | 4aa325a9df4f99178d9aea93ff21dcf8bb06d1b6 /tools | |
parent | 8be541bc8a6db9c36d47921993198ff8ef9fbb8c (diff) |
[cleanup] remove unused variables after 5f5d8c8649
Diffstat (limited to 'tools')
-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 |