Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go186 type ApexModule interface { interface
347 func InitApexModule(m ApexModule) { argument
496 func AvailableToSameApexes(mod1, mod2 ApexModule) bool { argument
559 func CreateApexVariations(mctx BottomUpMutatorContext, module ApexModule) []Module { argument
573 …if !mctx.Module().(ApexModule).UniqueApexVariations() && !base.ApexProperties.UniqueApexVariations…
603 if platformVariation && !mctx.Host() && !mod.(ApexModule).AvailableFor(AvailableToPlatform) {
624 func UpdateUniqueApexVariationsForDeps(mctx BottomUpMutatorContext, am ApexModule) { argument
652 if depApexModule, ok := dep.(ApexModule); ok {
666 func UpdateDirectlyInAnyApex(mctx BottomUpMutatorContext, am ApexModule) { argument
672 depBase := dep.(ApexModule).apexModuleBase()
[all …]
Dandroidmk.go548 if am, ok := mod.(ApexModule); ok {
/build/soong/apex/
Dapex.go573 if am, ok := af.module.(android.ApexModule); ok {
892 am, ok := child.(android.ApexModule)
961 child.(android.ApexModule).BuildForApex(apexInfo) // leave a mark!
1073 if am, ok := mctx.Module().(android.ApexModule); ok {
1085 if am, ok := mctx.Module().(android.ApexModule); ok {
1100 if _, ok := mctx.Module().(android.ApexModule); ok {
1123 am, ok := mctx.Module().(android.ApexModule)
1137 if dep, ok := child.(android.ApexModule); ok && dep.NotAvailableForPlatform() {
1167 if am, ok := mctx.Module().(android.ApexModule); ok && am.CanHaveApexVariants() {
1217 if am, ok := mctx.Module().(android.ApexModule); ok {
[all …]
Dprebuilt.go384 var dependencies []android.ApexModule
404 if _, ok := child.(android.ApexModule); !ok {
412 if _, ok := child.(android.ApexModule); !ok {
425 dependencies = append(dependencies, child.(android.ApexModule))
Dbuilder.go950 …ctx, func(ctx android.ModuleContext, from blueprint.Module, to android.ApexModule, externalDep boo…
959 if to.(android.ApexModule).NotAvailableForPlatform() {
/build/soong/java/
Dhiddenapi_singleton.go160 if _, ok := module.(android.ApexModule); !ok {
Dapp.go804 if am, ok := child.(android.ApexModule); ok {
819 …ctx, func(ctx android.ModuleContext, from blueprint.Module, to android.ApexModule, externalDep boo…
824 if to.(android.ApexModule).NotAvailableForPlatform() {
Dapp_import.go432 var _ android.ApexModule = (*AndroidAppImport)(nil)
Djava.go579 var _ android.ApexModule = (*Library)(nil)
1768 var _ android.ApexModule = (*Import)(nil)
2005 var _ android.ApexModule = (*DexImport)(nil)
Dsdk_library.go1140 if am, ok := child.(android.ApexModule); ok {
2203 var _ android.ApexModule = (*SdkLibraryImport)(nil)
2542 var _ android.ApexModule = (*sdkLibraryXml)(nil)
Dlint.go582 if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() {
Dhiddenapi_modular.go1319 if am, ok := module.(android.ApexModule); ok && am.InAnyApex() {
/build/soong/sysprop/
Dsysprop_library.go355 var _ android.ApexModule = (*syspropLibrary)(nil)
/build/soong/cc/
Dcc.go2907 if lib.buildStubs() && dep.(android.ApexModule).InAnyApex() {
2994 thisModule, ok := ctx.Module().(android.ApexModule)
3028 useStubs = dep.(android.ApexModule).NotInPlatform() && !bootstrap
3052 if android.AvailableToSameApexes(thisModule, dep.(android.ApexModule)) {
3406 var _ android.ApexModule = (*Module)(nil)
Dvndk.go883 if module.(android.ApexModule).DirectlyInAnyApex() && !isBionic(name) {
/build/soong/genrule/
Dgenrule.go635 var _ android.ApexModule = (*Module)(nil)
/build/soong/rust/
Drust.go1535 var _ android.ApexModule = (*Module)(nil)