Home
last modified time | relevance | path

Searched refs:ApexModule (Results 1 – 19 of 19) sorted by relevance

/build/soong/android/
Dapex.go199 type ApexModule interface { interface
364 func InitApexModule(m ApexModule) { argument
536 func AvailableToSameApexes(mod1, mod2 ApexModule) bool { argument
597 module := ctx.Module().(ApexModule)
643 module := ctx.Module().(ApexModule)
705 func ApexInfoMutator(ctx TopDownMutatorContext, module ApexModule) { argument
722 func UpdateUniqueApexVariationsForDeps(mctx BottomUpMutatorContext, am ApexModule) { argument
727 anyInSameApex := func(a, b ApexModule) bool {
728 collectApexes := func(m ApexModule) []string {
753 if depApexModule, ok := dep.(ApexModule); ok {
[all …]
Dsdk_version.go333 if am, ok := ctx.Module().(ApexModule); ok {
Dandroidmk.go556 if am, ok := mod.(ApexModule); ok {
/build/soong/apex/
Dapex.go617 if am, ok := af.module.(android.ApexModule); ok {
969 am, ok := child.(android.ApexModule)
1048 child.(android.ApexModule).BuildForApex(apexInfo) // leave a mark!
1081 if am, ok := mctx.Module().(android.ApexModule); ok {
1199 if am, ok := mctx.Module().(android.ApexModule); ok {
1211 if am, ok := mctx.Module().(android.ApexModule); ok {
1226 if _, ok := mctx.Module().(android.ApexModule); ok {
1249 am, ok := mctx.Module().(android.ApexModule)
1263 if dep, ok := child.(android.ApexModule); ok && dep.NotAvailableForPlatform() {
1305 if am, ok := ctx.Module().(android.ApexModule); ok && am.CanHaveApexVariants() {
[all …]
Dprebuilt.go402 var dependencies []android.ApexModule
422 if _, ok := child.(android.ApexModule); !ok {
430 if _, ok := child.(android.ApexModule); !ok {
443 dependencies = append(dependencies, child.(android.ApexModule))
Dbuilder.go1068 …ctx, func(ctx android.ModuleContext, from blueprint.Module, to android.ApexModule, externalDep boo…
1077 if to.(android.ApexModule).NotAvailableForPlatform() {
/build/soong/java/
Dhiddenapi_singleton.go164 if _, ok := module.(android.ApexModule); !ok {
Dapp.go1072 if am, ok := child.(android.ApexModule); ok {
1087 …ctx, func(ctx android.ModuleContext, from blueprint.Module, to android.ApexModule, externalDep boo…
1092 if to.(android.ApexModule).NotAvailableForPlatform() {
Dapp_import.go545 var _ android.ApexModule = (*AndroidAppImport)(nil)
Dlint.go652 if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() {
Djava.go682 var _ android.ApexModule = (*Library)(nil)
2808 var _ android.ApexModule = (*Import)(nil)
3054 var _ android.ApexModule = (*DexImport)(nil)
Dsdk_library.go1488 if am, ok := child.(android.ApexModule); ok {
2919 var _ android.ApexModule = (*SdkLibraryImport)(nil)
3266 var _ android.ApexModule = (*sdkLibraryXml)(nil)
Dhiddenapi_modular.go1435 if am, ok := module.(android.ApexModule); ok && am.InAnyApex() {
/build/soong/cc/
Dllndk_library.go74 if module.(android.ApexModule).DirectlyInAnyApex() && !isBionic(name) {
Dcc.go3277 if lib.buildStubs() && dep.(android.ApexModule).InAnyApex() {
3349 thisModule, ok := ctx.Module().(android.ApexModule)
3379 isNotInPlatform := dep.(android.ApexModule).NotInPlatform()
3416 … !isApexImportedApiLibrary && android.AvailableToSameApexes(thisModule, dep.(android.ApexModule)) {
3802 var _ android.ApexModule = (*Module)(nil)
Dlibrary.go606 if ctx.Module().(android.ApexModule).NotInPlatform() {
/build/soong/sysprop/
Dsysprop_library.go460 var _ android.ApexModule = (*syspropLibrary)(nil)
/build/soong/genrule/
Dgenrule.go621 var _ android.ApexModule = (*Module)(nil)
/build/soong/rust/
Drust.go1746 var _ android.ApexModule = (*Module)(nil)