File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ build_protoc:
88release_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
1213release_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
1618release_zips : release_x86_64 release_arm64
1719 @echo " Creating release zip files..."
You can’t perform that action at this time.
0 commit comments