diff options
author | peak3d <pfau@peak3d.de> | 2018-01-26 09:39:44 +0100 |
---|---|---|
committer | peak3d <pfau@peak3d.de> | 2018-01-26 09:39:44 +0100 |
commit | e653a990df93f931570616a32b4fd469b8b159d8 (patch) | |
tree | b00242f63027a4816358f7aeb09dd0662d2c841a /tools/buildsteps/androidx86 | |
parent | cf128f4269cd148210e4392a7dca407e80671606 (diff) |
[Android] default sdk=android-26 / update doc
Diffstat (limited to 'tools/buildsteps/androidx86')
-rw-r--r-- | tools/buildsteps/androidx86/configure-depends | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildsteps/androidx86/configure-depends b/tools/buildsteps/androidx86/configure-depends index 93f33c6573..3753562ace 100644 --- a/tools/buildsteps/androidx86/configure-depends +++ b/tools/buildsteps/androidx86/configure-depends @@ -14,7 +14,6 @@ then --host=i686-linux-android \ --with-sdk-path=$SDK_PATH \ --with-ndk-path=$NDK_PATH \ - $(if [ "$SDK_VERSION" != "Default" ]; then echo --with-sdk=android-$SDK_VERSION;fi) \ $(if [ "$NDK_API" != "Default" ]; then echo --with-ndk-api=$NDK_API;fi) \ --with-toolchain=$TOOLCHAIN \ --prefix=$XBMC_DEPENDS_ROOT $DEBUG_SWITCH |