Home
last modified time | relevance | path

Searched refs:PlatformSdkCodename (Results 1 – 8 of 8) sorted by relevance

/build/soong/java/
Dandroid_manifest.go103 …targetSdkVersion = ctx.Config().PlatformSdkCodename() + fmt.Sprintf(".$$(cat %s)", ApiFingerprintP…
112 …minSdkVersion = ctx.Config().PlatformSdkCodename() + fmt.Sprintf(".$$(cat %s)", ApiFingerprintPath…
Drobolectric.go379 ctx.Config().PlatformSdkCodename())
Dsdk.go632 if ctx.Config().PlatformSdkCodename() == "REL" {
Ddroiddoc.go1421 cmd.FlagWithArg("--current-codename ", ctx.Config().PlatformSdkCodename())
/build/soong/apex/
Dbuilder.go538 …targetSdkVersion = ctx.Config().PlatformSdkCodename() + fmt.Sprintf(".$$(cat %s)", java.ApiFingerp…
542 …minSdkVersion = ctx.Config().PlatformSdkCodename() + fmt.Sprintf(".$$(cat %s)", java.ApiFingerprin…
Dapex.go1821 if ctx.Config().PlatformSdkCodename() == "REL" && ver == "current" {
/build/soong/android/
Dconfig.go624 func (c *config) PlatformSdkCodename() string { func
660 return c.PlatformSdkCodename()
/build/soong/cc/
Dcc.go2911 if ctx.Config().PlatformSdkCodename() == "REL" {