Searched refs:ApiLevel (Results 1 – 5 of 5) sorted by relevance
83 ApiLevel string `blueprint:"mutated"` member161 if stub.properties.ApiLevel == "current" {168 if stub.properties.ApiLevel == "current" {177 version, err := android.ApiStrToNum(ctx, stub.properties.ApiLevel)210 module.(*Module).compiler.(*stubDecorator).properties.ApiLevel = versionStrs[i]319 c.properties.ApiLevel, "")321 if c.properties.ApiLevel == "current" && ctx.PrimaryArch() {363 apiLevel := stub.properties.ApiLevel
33 ApiLevel() string methodSpec
460 entries.SubName = ndkLibrarySuffix + "." + c.properties.ApiLevel
535 func (c *Module) ApiLevel() string { func538 return stub.properties.ApiLevel2629 depName+"."+ccDep.ApiLevel())
151 func (mod *Module) ApiLevel() string { func