-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Remove android x86 codepaths that are unused. #170142
Copy link
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listplatform-androidAndroid applications specificallyAndroid applications specificallyt: gradle"flutter build" and "flutter run" on Android"flutter build" and "flutter run" on Androidteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listplatform-androidAndroid applications specificallyAndroid applications specificallyt: gradle"flutter build" and "flutter run" on Android"flutter build" and "flutter run" on Androidteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
The tool has removed x86 support in support of dart removing x86 support as of #169884.
Audit android build code and remove codepaths for x86 as needed.
https://github.com/flutter/flutter/blob/master/packages/flutter_tools/gradle/src/main/kotlin/FlutterPlugin.kt#L105
https://github.com/flutter/flutter/blob/master/packages/flutter_tools/gradle/src/main/kotlin/FlutterPluginConstants.kt#L13
Edited:
More code locations:
Code pointers for future contributors.
flutter/engine/src/build/toolchain/linux/BUILD.gn
Line 137 in e9e989b
flutter/engine/src/flutter/sky/tools/flutter_gdb
Line 75 in e9e989b
flutter/engine/src/flutter/assets/native_assets.cc
Line 16 in e9e989b
flutter/engine/src/build/toolchain/android/BUILD.gn
Line 129 in e9e989b
flutter/engine/src/flutter/tools/engine_tool/lib/src/flutter_tool_interop/target_platform.dart
Line 29 in e9e989b
flutter/packages/flutter_tools/lib/src/emulator.dart
Line 141 in e9e989b
flutter/engine/src/flutter/common/config.gni
Line 119 in e9e989b
flutter/engine/src/flutter/tools/engine_tool/lib/src/commands/run_command.dart
Line 235 in e9e989b
This is just a warning.
flutter/packages/flutter_tools/lib/src/android/gradle.dart
Line 134 in e9e989b
ci configs
flutter/engine/src/flutter/ci/builders/linux_android_emulator.json
Line 84 in e9e989b
flutter/engine/src/flutter/ci/builders/linux_android_debug_engine.json
Line 108 in e9e989b
flutter/engine/src/flutter/shell/platform/android/BUILD.gn
Line 697 in e9e989b
Impeller documenation
flutter/engine/src/flutter/impeller/toolkit/interop/README.md
Line 39 in e9e989b