class LibraryPlugin extends BasePlugin
Gradle plugin class for 'library' projects.
Fields inherited from class | Fields |
---|---|
class BasePlugin |
DIR_BUNDLES, FILE_JACOCO_AGENT, GRADLE_SUPPORTED_VERSIONS, GRADLE_TEST_VERSION, INSTALL_GROUP, TEST_SDK_DIR, assembleTest, connectedCheck, deviceCheck, instantiator, jacocoAgentTask, jacocoPlugin, lintAll, lintCompile, lintVital, mainPreBuild, mainSourceSet, project, sdkHandler, testSourceSet, uninstallAll |
Type | Name and description |
---|---|
Task |
assembleDefault Default assemble task for the default-published artifact. this is needed for the prepare task on the consuming project. |
Constructor and description |
---|
LibraryPlugin
(Instantiator instantiator, ToolingModelBuilderRegistry registry) |
Type | Name and description |
---|---|
void |
apply(Project project) |
java.lang.Class<? extends BaseExtension> |
getExtensionClass() |
protected VariantFactory |
getVariantFactory() |
Default assemble task for the default-published artifact. this is needed for the prepare task on the consuming project.
Copyright (C) 2012 The Android Open Source Project