Searched refs:apexBundle (Results 1 – 6 of 6) sorted by relevance
/build/soong/apex/ |
D | apex.go | 315 type apexBundle struct { struct 617 func (a *apexBundle) combineProperties(ctx android.BottomUpMutatorContext) { argument 632 func (a *apexBundle) getImageVariation(ctx android.BottomUpMutatorContext) string { argument 659 func (a *apexBundle) DepsMutator(ctx android.BottomUpMutatorContext) { argument 785 func (a *apexBundle) OverridablePropertiesDepsMutator(ctx android.BottomUpMutatorContext) { argument 815 var _ ApexInfoMutator = (*apexBundle)(nil) 817 func (a *apexBundle) ApexVariationName() string { argument 832 func (a *apexBundle) ApexInfoMutator(mctx android.TopDownMutatorContext) { argument 888 _, directDep := parent.(*apexBundle) 1096 if a, ok := module.(*apexBundle); ok { [all …]
|
D | vndk.go | 49 func (a *apexBundle) vndkVersion(config android.DeviceConfig) string { 63 if ab, ok := mctx.Module().(*apexBundle); ok && ab.vndkApex { 92 } else if a, ok := mctx.Module().(*apexBundle); ok && a.vndkApex {
|
D | builder.go | 196 func (a *apexBundle) buildManifest(ctx android.ModuleContext, provideNativeLibs, requireNativeLibs … 257 func (a *apexBundle) buildFileContexts(ctx android.ModuleContext) android.OutputPath { 312 func (a *apexBundle) buildNoticeFiles(ctx android.ModuleContext, apexFileName string) android.Notic… 339 func (a *apexBundle) buildInstalledFilesFile(ctx android.ModuleContext, builtApex android.Path, ima… 354 func (a *apexBundle) buildBundleConfig(ctx android.ModuleContext) android.OutputPath { 403 func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext) { 838 func (a *apexBundle) buildFlattenedApex(ctx android.ModuleContext) { 865 func (a *apexBundle) getCertificateAndPrivateKey(ctx android.PathContext) (pem, key android.Path) { 881 func (a *apexBundle) getOverrideManifestPackageName(ctx android.ModuleContext) string { 902 func (a *apexBundle) buildApexDependencyInfo(ctx android.ModuleContext) { [all …]
|
D | apex_test.go | 519 ab := ctx.ModuleForTests("myapex", "android_common_myapex_image").Module().(*apexBundle) 2405 apexBundle := ctx.ModuleForTests("myapex", "android_common_myapex_image").Module().(*apexBundle) 2406 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 2407 name := apexBundle.BaseModuleName() 2569 apexBundle := ctx.ModuleForTests("myapex", "android_common_myapex_image").Module().(*apexBundle) 2570 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 2571 name := apexBundle.BaseModuleName() 2598 apexBundle := ctx.ModuleForTests("myapex", "android_common_myapex_image").Module().(*apexBundle) 2599 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 2600 name := apexBundle.BaseModuleName() [all …]
|
D | androidmk.go | 30 func (a *apexBundle) AndroidMk() android.AndroidMkData { 67 func (a *apexBundle) fullModuleName(apexBundleName string, fi *apexFile) string { 76 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, moduleDir string, 325 func (a *apexBundle) writeRequiredModules(w io.Writer, apexBundleName string) { 353 func (a *apexBundle) androidMkForType() android.AndroidMkData {
|
D | key.go | 133 if m, ok := module.(*apexBundle); ok && m.Enabled() && m.installable() {
|