From: Uwe Hermann Date: Tue, 26 Aug 2014 22:36:35 +0000 (+0200) Subject: sigrok-cross-android: Enable parallel and verbose builds. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=bb260ef2b02ca67b0497dbdf321232bd2456faac;hp=e25d7d5a86ef987bd99f09edad81c23486b10ede sigrok-cross-android: Enable parallel and verbose builds. --- diff --git a/cross-compile/android/sigrok-cross-android b/cross-compile/android/sigrok-cross-android index 40f4b41..937f579 100755 --- a/cross-compile/android/sigrok-cross-android +++ b/cross-compile/android/sigrok-cross-android @@ -315,7 +315,7 @@ $GIT_CLONE git://sigrok.org/sigrok-androidutils cd sigrok-androidutils ./autogen.sh ./configure $C --with-android-sdk="${ANDROID_SDK}" -make +make $PARALLEL V=1 make install cd .. @@ -323,7 +323,7 @@ cd .. $GIT_CLONE git://sigrok.org/pulseview cd pulseview cmake $CM -DANDROID_STL_PATH=${ANDROID_NDK}/sources/cxx-stl . -make $PARALLEL +make $PARALLEL VERBOSE=1 cd android "${ANDROID_SDK}/tools/android" update project -p . -t android-14 -n PulseView ant debug