aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/androidx86
diff options
context:
space:
mode:
authorChristian Fetzer <fetzer.ch@gmail.com>2016-03-02 23:10:24 +0100
committerChristian Fetzer <fetzer.ch@gmail.com>2016-03-06 22:00:41 +0100
commitac657e0d7f978f0301baaf80030d14c40d28d72b (patch)
treee3f0d198bb0233951ec5c2cb8307b8275a645c53 /tools/buildsteps/androidx86
parentff6892bd85949e509432e715e396ad1e07e08325 (diff)
[jenkins] Temporarily disable packaging for CMake
Packaging is currently not supported when building with CMake.
Diffstat (limited to 'tools/buildsteps/androidx86')
-rw-r--r--tools/buildsteps/androidx86/package5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/buildsteps/androidx86/package b/tools/buildsteps/androidx86/package
index 212ffc3b39..b7d400008f 100644
--- a/tools/buildsteps/androidx86/package
+++ b/tools/buildsteps/androidx86/package
@@ -2,6 +2,11 @@ WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=android
. $WORKSPACE/tools/buildsteps/defaultenv
+# Temporarily disabled because packaging not implement for CMake
+if [ "$CMAKE_BUILD" = true ]; then
+ exit 0
+fi
+
if [ "x$BUILD_OBB" == "xtrue" ]
then
cd $WORKSPACE;make apk-obb-unsigned