Home
last modified time | relevance | path

Searched refs:OtherModuleExists (Results 1 – 10 of 10) sorted by relevance

/aosp12/build/soong/apex/
H A Dvndk.go89 if mctx.OtherModuleExists(vndkApexName) {
H A Dprebuilt.go628 if ctx.OtherModuleExists(prebuiltName) {
/aosp12/build/soong/java/
H A Dbootclasspath.go120 if ctx.OtherModuleExists(prebuiltName) {
H A Dsdk_library.go1160 if m := android.SrcIsModule(module.latestApiFilegroupName(apiScope)); !ctx.OtherModuleExists(m) {
1163 …:= android.SrcIsModule(module.latestRemovedApiFilegroupName(apiScope)); !ctx.OtherModuleExists(m) {
1166 …oid.SrcIsModule(module.latestIncompatibilitiesFilegroupName(apiScope)); !ctx.OtherModuleExists(m) {
2099 if ctx.OtherModuleExists(implName) {
2103 if module.sharedLibrary() && ctx.OtherModuleExists(xmlPermissionsModuleName) {
/aosp12/build/soong/android/
H A Dpackaging.go193 if p.IgnoreMissingDependencies && !ctx.OtherModuleExists(dep) {
H A Doverride_module.go240 if !ctx.OtherModuleExists(base) {
H A Dprebuilt.go286 if !ctx.OtherModuleExists(name) {
H A Dapex.go476 if !mctx.OtherModuleExists(n) && !mctx.Config().AllowMissingDependencies() {
H A Dmodule.go163 OtherModuleExists(name string) bool
2028 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam… func
/aosp12/build/blueprint/
H A Dmodule_ctx.go295 OtherModuleExists(name string) bool
535 func (m *baseModuleContext) OtherModuleExists(name string) bool { func