Home
last modified time | relevance | path

Searched refs:isBionic (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dbinary.go501 if ctx.Device() && isBionic(ctx.baseModuleName()) {
Dvndk.go888 if module.(android.ApexModule).DirectlyInAnyApex() && !isBionic(name) {
Dcc.go1285 func isBionic(name string) bool { func
1297 return isBionic(name)
Dlibrary.go1671 } else if ctx.directlyInAnyApex() && ctx.IsLlndk() && !isBionic(ctx.baseModuleName()) {