Merge "Allow codename.fingerprint format for targetSdkVersion"

This commit is contained in:
Colin Cross
2019-04-22 16:48:35 +00:00
committed by Gerrit Code Review
5 changed files with 85 additions and 15 deletions

View File

@@ -622,7 +622,7 @@ func (c *config) UnbundledBuild() bool {
return Bool(c.productVariables.Unbundled_build)
}
func (c *config) UnbundledBuildPrebuiltSdks() bool {
func (c *config) UnbundledBuildUsePrebuiltSdks() bool {
return Bool(c.productVariables.Unbundled_build) && !Bool(c.productVariables.Unbundled_build_sdks_from_source)
}