srctree

Roee Hershberg parent 44fa9acb a6418358
Use built-in NDK in GitHub runners

We can now use the NDK provided by GitHub runners as patching the NDKand the overall libvpx build weirdness is no longer required afterb61ead9083ea0a1f4cef261c3670f28b190731e9.

inlinesplit
.github/workflows/ci.yaml added: 1, removed: 2, total 0
@@ -71,7 +71,6 @@ jobs:
- name: Build tox4j
if: steps.cache.outputs.cache-hit != 'true'
run: |
unset ANDROID_NDK_HOME
./scripts/build-host -j$(nproc)
./scripts/build-aarch64-linux-android -j$(nproc) release
./scripts/build-arm-linux-androideabi -j$(nproc) release