Package com.android.builder.model
Interface Dependencies.ProjectIdentifier
- Enclosing interface:
- Dependencies
public static interface Dependencies.ProjectIdentifier
' A Unique identifier for a project.
-
Method Summary
Modifier and TypeMethodDescriptionThe build id.The project path.
-
Method Details
-
getBuildId
The build id. This is typically the root dir of the build -
getProjectPath
The project path. This is unique for a given build, but not across builds.
-