Home
last modified time | relevance | path

Searched refs:InAnyApex (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dapex.go381 func InAnyApex(moduleName string) bool { func
/build/soong/java/
Dhiddenapi_singleton.go162 if android.InAnyApex(module.Name()) && !a.IsForPlatform() {
Djava.go2021 exclusivelyForApex := android.InAnyApex(ctx.ModuleName()) && !j.IsForPlatform()
/build/soong/apex/
Dapex.go745 if !availableToPlatform && !android.InAnyApex(am.Name()) {
Dapex_test.go3459 if !android.InAnyApex("mylib_common") {
3466 if android.InAnyApex("mylib_common_test") {
/build/soong/cc/
Dcc.go2610 if ccDep.BuildStubs() && android.InAnyApex(depName) {