From 520e73c2f2ac8070a9319a3b28107748e9b80899 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sat, 10 Oct 2015 23:25:51 +0200 Subject: [PATCH] sigrok-cross-android: Skip installing pulseview The installed files are not used when building the pulseview APK, and are not useful for anything else. --- cross-compile/android/sigrok-cross-android | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2