Skip to content

Verify the standalone build on every pull request - #8

Merged
wf9a5m75 merged 1 commit into
mainfrom
ci/standalone-build
Aug 16, 2026
Merged

Verify the standalone build on every pull request#8
wf9a5m75 merged 1 commit into
mainfrom
ci/standalone-build

Conversation

@wf9a5m75

Copy link
Copy Markdown
Contributor

Every module is built two ways: inside the android-sdk aggregate build, and on
its own. Development happens in the aggregate build, so the standalone side
rots silently — it is only exercised when the publish workflow runs, which is
to say on release day.

Add a build.yml that assembles the module on its own for every pull request,
so this drift surfaces when the change is made instead of at release time.

Where needed this commit also repairs the standalone build itself (missing
wrapper/settings, missing version-catalog entries, dependency versions that had
drifted from the aggregate build).

Every module is built two ways: inside the android-sdk aggregate build, and on
its own. Development happens in the aggregate build, so the standalone side
rots silently — it is only exercised when the publish workflow runs, which is
to say on release day.
Add a `build.yml` that assembles the module on its own for every pull request,
so this drift surfaces when the change is made instead of at release time.
Where needed this commit also repairs the standalone build itself (missing
wrapper/settings, missing version-catalog entries, dependency versions that had
drifted from the aggregate build).
@wf9a5m75
wf9a5m75 merged commit 28a6caf into mainAug 16, 2026
@wf9a5m75
wf9a5m75 deleted the ci/standalone-build branch August 16, 2026 14:04
Sign up for freeto 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.

1 participant

@wf9a5m75