Skip to content

Conversation

@emrekultursay
Copy link

  1. In release builds: Build and ship Android x86_64 ABI instead of the Android armeabi-v7a ABI. This should have no impact on the CI execution time.

  2. In debug builds: Build the default set of ABIs, which is {arm64, x86_64} in build.gradle. This will build a second ABI, which will double the CI execution time of the AndroidDebug workflow (but it should take same time as the AndroidRelease workflow).

1. In release builds:
Build and ship Android x86_64 ABI instead of the Android ARM32 ABI.
This should have no impact on the CI execution time.

2. In debug builds:
Build the default set of ABIs, which is {arm64, x86_64} in
build.gradle. This will build a second ABI, which will double
the CI execution time of the AndroidDebug workflow (it should
take same time as the AndroidRelease workflow).
@emrekultursay emrekultursay requested a review from a team as a code owner January 9, 2026 23:30
@ci-tester-lunarg
Copy link
Collaborator

Author emrekultursay not on autobuild list. Waiting for curator authorization before starting CI build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants