From: Marcus Comstedt Date: Sat, 10 Oct 2015 21:25:51 +0000 (+0200) Subject: sigrok-cross-android: Skip installing pulseview X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=520e73c2f2ac8070a9319a3b28107748e9b80899;p=sigrok-util.git sigrok-cross-android: Skip installing pulseview The installed files are not used when building the pulseview APK, and are not useful for anything else. --- diff --git a/cross-compile/android/sigrok-cross-android b/cross-compile/android/sigrok-cross-android index f919cd0..6ae44da 100755 --- a/cross-compile/android/sigrok-cross-android +++ b/cross-compile/android/sigrok-cross-android @@ -498,7 +498,6 @@ $GIT_CLONE git://sigrok.org/pulseview cd pulseview cmake $CM -DENABLE_TESTS=y . make $PARALLEL $V -make install $V ${TOOLCHAIN_TRIPLET}-strip -S libs/$TARGET_ARCH/libpulseview.so cd android "${ANDROID_SDK}/tools/android" update project -p . -t android-$VER_AND_API -n PulseView