Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go176 type ApexModule interface { interface
337 func InitApexModule(m ApexModule) { argument
485 func AvailableToSameApexes(mod1, mod2 ApexModule) bool { argument
545 func CreateApexVariations(mctx BottomUpMutatorContext, module ApexModule) []Module { argument
559 …if !mctx.Module().(ApexModule).UniqueApexVariations() && !base.ApexProperties.UniqueApexVariations…
589 if platformVariation && !mctx.Host() && !mod.(ApexModule).AvailableFor(AvailableToPlatform) {
610 func UpdateUniqueApexVariationsForDeps(mctx BottomUpMutatorContext, am ApexModule) { argument
638 if depApexModule, ok := dep.(ApexModule); ok {
652 func UpdateDirectlyInAnyApex(mctx BottomUpMutatorContext, am ApexModule) { argument
658 depBase := dep.(ApexModule).apexModuleBase()
[all …]
Dandroidmk.go517 if am, ok := mod.(ApexModule); ok {
/build/soong/apex/
Dapex.go533 if am, ok := af.module.(android.ApexModule); ok {
855 am, ok := child.(android.ApexModule)
924 child.(android.ApexModule).BuildForApex(apexInfo) // leave a mark!
959 if am, ok := mctx.Module().(android.ApexModule); ok {
971 if am, ok := mctx.Module().(android.ApexModule); ok {
986 if _, ok := mctx.Module().(android.ApexModule); ok {
1009 am, ok := mctx.Module().(android.ApexModule)
1023 if dep, ok := child.(android.ApexModule); ok && dep.NotAvailableForPlatform() {
1053 if am, ok := mctx.Module().(android.ApexModule); ok && am.CanHaveApexVariants() {
1110 if am, ok := mctx.Module().(android.ApexModule); ok {
[all …]
Dbuilder.go315 …ctx, func(ctx android.ModuleContext, from blueprint.Module, to android.ApexModule, externalDep boo…
919 …ctx, func(ctx android.ModuleContext, from blueprint.Module, to android.ApexModule, externalDep boo…
928 if to.(android.ApexModule).NotAvailableForPlatform() {
/build/soong/java/
Dhiddenapi_singleton.go160 if _, ok := module.(android.ApexModule); !ok {
Dapp.go802 if am, ok := child.(android.ApexModule); ok {
817 …ctx, func(ctx android.ModuleContext, from blueprint.Module, to android.ApexModule, externalDep boo…
822 if to.(android.ApexModule).NotAvailableForPlatform() {
Djava.go451 var _ android.ApexModule = (*Library)(nil)
1426 var _ android.ApexModule = (*Import)(nil)
1671 var _ android.ApexModule = (*DexImport)(nil)
Dapp_import.go409 var _ android.ApexModule = (*AndroidAppImport)(nil)
Dlint.go579 if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() {
Dhiddenapi_modular.go1179 if am, ok := module.(android.ApexModule); ok && am.InAnyApex() {
/build/soong/sysprop/
Dsysprop_library.go352 var _ android.ApexModule = (*syspropLibrary)(nil)
/build/soong/rust/
Drust.go1277 var _ android.ApexModule = (*Module)(nil)
1283 var _ android.ApexModule = (*Module)(nil)
/build/soong/genrule/
Dgenrule.go600 var _ android.ApexModule = (*Module)(nil)