Home
last modified time | relevance | path

Searched refs:ApiLevel (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dndk_library.go83 ApiLevel string `blueprint:"mutated"` member
161 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
Dlinkable.go33 ApiLevel() string methodSpec
Dandroidmk.go460 entries.SubName = ndkLibrarySuffix + "." + c.properties.ApiLevel
Dcc.go535 func (c *Module) ApiLevel() string { func
538 return stub.properties.ApiLevel
2629 depName+"."+ccDep.ApiLevel())
/build/soong/rust/
Drust.go151 func (mod *Module) ApiLevel() string { func