Skip to content

Use default descriptor set for shared material variants (#9025) #5488

Use default descriptor set for shared material variants (#9025)

Use default descriptor set for shared material variants (#9025) #5488

name: Android
on:
push:
branches:
- main
- release
- rc/**
jobs:
build-android:
name: build-android
# We intentially use a larger runner here to enable larger disk space
# (standard linux runner will fail on disk space and faster build time).
runs-on: 'ubuntu-24.04-32core'
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: ./.github/actions/linux-prereq
- name: Run Android Continuous
uses: ./.github/actions/android-continuous
with:
build-abi: armeabi-v7a,arm64-v8a,x86_64