Package com.android.builder.model
Interface AndroidGradlePluginProjectFlags
public interface AndroidGradlePluginProjectFlags
Represents various AGP project-wide flags.
This class is only for use in the Gradle tooling model. On the IDE side use
IdeAndroidGradlePluginProjectFlags which provides an interpreted view of the flags.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumBoolean flags for behavior changes in AGP that Android Studio needs to know about. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getBooleanFlagMap
Map<AndroidGradlePluginProjectFlags.BooleanFlag,Boolean> getBooleanFlagMap()
-