File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,11 +156,11 @@ jobs:
156156 elif [[ "${{ matrix.os }}" == "android" ]]; then
157157 echo "Configuring for Android / ${{ matrix.arch }}"
158158
159- EXTRA_FLAGS+=" -DCMAKE_TOOLCHAIN_FILE=${{ env. ANDROID_NDK }} /build/cmake/android.toolchain.cmake"
159+ EXTRA_FLAGS+=" -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake"
160160 EXTRA_FLAGS+=" -DANDROID_PLATFORM=android-24"
161161 EXTRA_FLAGS+=" -DANDROID_STL=c++_static"
162- EXTRA_FLAGS+=" -DBUILD_ANDROID_EXAMPLES=OFF"
163- EXTRA_FLAGS+=" -DBUILD_ANDROID_PROJECTS=OFF "
162+ EXTRA_FLAGS+=" -DBUILD_ANDROID_EXAMPLES=OFF DBUILD_ANDROID_PROJECTS=OFF "
163+ EXTRA_FLAGS+=" -Wno-dev "
164164
165165 if [[ "${{ matrix.arch }}" == "arm64" ]]; then
166166 EXTRA_FLAGS+=" -DANDROID_ABI=arm64-v8a"
You can’t perform that action at this time.
0 commit comments