Home
last modified time | relevance | path

Searched refs:BuildBrokenDontCheckSystemSdk (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dsdk_version.go325 …isJava(ctx.Module()) || s.Kind != SdkSystem || ctx.DeviceConfig().BuildBrokenDontCheckSystemSdk() {
Dvariable.go460 BuildBrokenDontCheckSystemSdk bool `json:",omitempty"` member
Dconfig.go1882 func (c *deviceConfig) BuildBrokenDontCheckSystemSdk() bool { func
1883 return c.config.productVariables.BuildBrokenDontCheckSystemSdk