Searched refs:InAnyApex (Results 1 – 6 of 6) sorted by relevance
381 func InAnyApex(moduleName string) bool { func
162 if android.InAnyApex(module.Name()) && !a.IsForPlatform() {
2021 exclusivelyForApex := android.InAnyApex(ctx.ModuleName()) && !j.IsForPlatform()
745 if !availableToPlatform && !android.InAnyApex(am.Name()) {
3459 if !android.InAnyApex("mylib_common") {3466 if android.InAnyApex("mylib_common_test") {
2610 if ccDep.BuildStubs() && android.InAnyApex(depName) {