Skip to content

Commit 2acb624

Browse files
committed
fix pipeline
1 parent b49a29b commit 2acb624

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ build_protoc:
88
release_x86_64: build_protoc
99
cmake -DANDROID_PLATFORM=21 -DANDROID_ABI=x86_64 -S . -B android-x86_64 -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_ROOT}/build/cmake/android.toolchain.cmake -DProtobuf_PROTOC_EXECUTABLE=build-protoc/protoc -DProtobuf_INCLUDE_DIR=protobuf/src -DCMAKE_BUILD_TYPE=Release
1010
cmake --build android-x86_64 --parallel
11+
mkdir -p android-x86_64/patches
1112

1213
release_arm64: build_protoc
1314
cmake -DANDROID_PLATFORM=21 -DANDROID_ABI=arm64-v8a -S . -B android-arm64 -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_ROOT}/build/cmake/android.toolchain.cmake -DProtobuf_PROTOC_EXECUTABLE=build-protoc/protoc -DProtobuf_INCLUDE_DIR=protobuf/src -DCMAKE_BUILD_TYPE=Release
1415
cmake --build android-arm64 --parallel
16+
mkdir -p android-arm64/patches
1517

1618
release_zips: release_x86_64 release_arm64
1719
@echo "Creating release zip files..."

0 commit comments

Comments
 (0)