Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hefroy committed Sep 20, 2023
1 parent 5eb677a commit c78cc82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/install-deps-cross-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ install_deps() {
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_POSITION_INDEPENDENT_CODE=On \
-Dprotobuf_BUILD_TESTS=Off \
-Dprotobuf_BUILD_PROTOC_BINARIES=Off \
-DANDROID_ABI=${TARGET_ARCH} \
-DANDROID_PLATFORM=android-${VERSION_ANDROID_API} \
-DCMAKE_ANDROID_NDK=${SDK_PREFIX}/ndk/${VERSION_ANDROID_NDK} \
Expand Down
1 change: 1 addition & 0 deletions tools/install-deps-cross-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ if ! ${USE_CACHE} || [ ! -d /usr/local/aarch64-linux-gnu ] || [ ! -d ${NATIVE_PR
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_POSITION_INDEPENDENT_CODE=On \
-Dprotobuf_BUILD_TESTS=Off \
-Dprotobuf_BUILD_PROTOC_BINARIES=Off \
-DCMAKE_TOOLCHAIN_FILE=/usr/local/aarch64-linux-gnu/lib/cmake/arm64-toolchain.cmake \
-DCMAKE_INSTALL_PREFIX=/usr/local/aarch64-linux-gnu \
..
Expand Down
1 change: 1 addition & 0 deletions tools/install-deps-cross-armhf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ if ! ${USE_CACHE} || [ ! -d /usr/local/arm-linux-gnueabihf ] || [ ! -d ${NATIVE_
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_POSITION_INDEPENDENT_CODE=On \
-Dprotobuf_BUILD_TESTS=Off \
-Dprotobuf_BUILD_PROTOC_BINARIES=Off \
-DCMAKE_TOOLCHAIN_FILE=/usr/local/arm-linux-gnueabihf/lib/cmake/armhf-toolchain.cmake \
-DCMAKE_INSTALL_PREFIX=/usr/local/arm-linux-gnueabihf \
..
Expand Down

0 comments on commit c78cc82

Please sign in to comment.