Unverified Commit 9e94eb93 authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

Remove flutterBuildPluginAsAarFeature flag (#46101)

parent d88345e7
...@@ -73,7 +73,6 @@ const List<Feature> allFeatures = <Feature>[ ...@@ -73,7 +73,6 @@ const List<Feature> allFeatures = <Feature>[
flutterLinuxDesktopFeature, flutterLinuxDesktopFeature,
flutterMacOSDesktopFeature, flutterMacOSDesktopFeature,
flutterWindowsDesktopFeature, flutterWindowsDesktopFeature,
flutterBuildPluginAsAarFeature,
flutterAndroidEmbeddingV2Feature, flutterAndroidEmbeddingV2Feature,
flutterWebIncrementalCompiler, flutterWebIncrementalCompiler,
]; ];
...@@ -134,16 +133,6 @@ const Feature flutterWindowsDesktopFeature = Feature( ...@@ -134,16 +133,6 @@ const Feature flutterWindowsDesktopFeature = Feature(
), ),
); );
/// The [Feature] for building plugins as AARs in an app project.
const Feature flutterBuildPluginAsAarFeature = Feature(
name: 'Build plugins independently as AARs in app projects',
configSetting: 'enable-build-plugin-as-aar',
master: FeatureChannelSetting(
available: true,
enabledByDefault: false,
),
);
/// The [Feature] for generating projects using the new Android embedding. /// The [Feature] for generating projects using the new Android embedding.
const Feature flutterAndroidEmbeddingV2Feature = Feature( const Feature flutterAndroidEmbeddingV2Feature = Feature(
name: 'flutter create generates projects using the Android embedding V2', name: 'flutter create generates projects using the Android embedding V2',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment