Skip to content

Remove hardcoded i686(x86) compilation for Android debug builds#111

Open
Losses wants to merge 5 commits intoirondash:mainfrom
Losses:hard-code-i686
Open

Remove hardcoded i686(x86) compilation for Android debug builds#111
Losses wants to merge 5 commits intoirondash:mainfrom
Losses:hard-code-i686

Conversation

@Losses
Copy link

@Losses Losses commented Aug 22, 2025

Summary

This PR removes the hardcoded logic that forces compilation for the i686(x86) platform in Android debug builds.

Background

The current implementation hardcodes i686(x86) platform compilation for Android debug builds, which is no longer necessary and causes significant issues since:

  • Flutter framework has officially dropped support for the x86 platform
  • Maintaining hardcoded x86 compilation creates unnecessary complexity and potential build failures
  • Modern Android development and testing workflows no longer require x86 support

Changes

  • Removed hardcoded i686(x86) compilation logic from Android debug build configuration
  • Eliminated potential build conflicts and issues caused by unsupported platform targeting

Impact

  • Positive: Cleaner build process, reduced build complexity, eliminates potential x86-related build failures
  • Breaking: None - x86 platform was already unsupported by Flutter

Related

cunarist/rinf#437

@Losses
Copy link
Author

Losses commented Aug 23, 2025

ref: flutter/flutter#157543

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.

1 participant