#182522 will add a new class that is the de facto place for all Flutter Android engine flags to live (FlutterEngineFlags). This PR will exclude the ContentSizingFlag and the HCPP flag that will be added by #182516. This PR is to track migrating those to the flags to FlutterEngineFlags after #182522 lands to avoid any accidental breakages.
#182522 will add a new class that is the de facto place for all Flutter Android engine flags to live (
FlutterEngineFlags). This PR will exclude theContentSizingFlagand the HCPP flag that will be added by #182516. This PR is to track migrating those to the flags toFlutterEngineFlagsafter #182522 lands to avoid any accidental breakages.