]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Skip installing pulseview
authorMarcus Comstedt <redacted>
Sat, 10 Oct 2015 21:25:51 +0000 (23:25 +0200)
committerMarcus Comstedt <redacted>
Sat, 10 Oct 2015 21:25:51 +0000 (23:25 +0200)
The installed files are not used when building the pulseview APK,
and are not useful for anything else.

cross-compile/android/sigrok-cross-android

index f919cd09ce87f6abceb312a6d1fbaa4d8d13a29d..6ae44da63f814f63d57fb05184b84a753b8ee2c2 100755 (executable)
@@ -498,7 +498,6 @@ $GIT_CLONE git://sigrok.org/pulseview
 cd pulseview
 cmake $CM -DENABLE_TESTS=y .
 make $PARALLEL $V
 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
 ${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