Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure removal of stale files from previous android asset updates #1547

Closed
wants to merge 1 commit into from

Conversation

justin-espedal
Copy link
Contributor

This is the lime part of a potential solution to openfl/lime#1546 (Stale output from previous builds can cause errors), applied only to the android platform. This relies on openfl/hxp#27.

System.markFileAsTouched is called as appropriate in AssetHelper, IconHelper, and ProjectHelper.

app/src/main/jniLibs is ignored because that folders isn't modified as part of the update step, but later on as part of the build step. app/build is ignored because that's the gradle build folder. We don't directly touch it ourselves, and gradle can hopefully be trusted to keep that in order as long as we provide the correct inputs to the gradle build.

@player-03
Copy link
Contributor

Closing this because #1790 was merged.

@player-03 player-03 closed this Jun 4, 2024
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