Searched refs:apexBundle (Results 1 – 8 of 8) sorted by relevance
/build/soong/apex/ |
D | apex.go | 392 type apexBundle struct { struct 732 func (a *apexBundle) combineProperties(ctx android.BottomUpMutatorContext) { argument 741 func (a *apexBundle) getImageVariationPair() (string, string) { argument 758 func (a *apexBundle) getImageVariation() string { argument 763 func (a *apexBundle) DepsMutator(ctx android.BottomUpMutatorContext) { argument 853 func (a *apexBundle) OverridablePropertiesDepsMutator(ctx android.BottomUpMutatorContext) { argument 900 if a, ok := mctx.Module().(*apexBundle); ok && a.overridableProperties.Trim_against != nil { 923 var _ ApexInfoMutator = (*apexBundle)(nil) 925 func (a *apexBundle) ApexVariationName() string { argument 940 func (a *apexBundle) ApexInfoMutator(mctx android.TopDownMutatorContext) { argument [all …]
|
D | vndk.go | 48 func (a *apexBundle) vndkVersion() string { 58 if ab, ok := mctx.Module().(*apexBundle); ok && ab.vndkApex { 95 } else if a, ok := mctx.Module().(*apexBundle); ok && a.vndkApex {
|
D | apex_sdk_member.go | 48 _, ok := module.(*apexBundle)
|
D | androidmk.go | 29 func (a *apexBundle) AndroidMk() android.AndroidMkData { 66 func (a *apexBundle) fullModuleName(apexBundleName string, linkToSystemLib bool, fi *apexFile) stri… 77 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, moduleDir string, 217 func (a *apexBundle) writeRequiredModules(w io.Writer, moduleNames []string) { 234 func (a *apexBundle) androidMkForType() android.AndroidMkData {
|
D | builder.go | 270 func (a *apexBundle) buildManifest(ctx android.ModuleContext, provideNativeLibs, requireNativeLibs … 359 func (a *apexBundle) buildFileContexts(ctx android.ModuleContext) android.OutputPath { 418 func (a *apexBundle) buildInstalledFilesFile(ctx android.ModuleContext, builtApex android.Path, ima… 433 func (a *apexBundle) buildBundleConfig(ctx android.ModuleContext) android.OutputPath { 504 func (a *apexBundle) buildApex(ctx android.ModuleContext) { 1023 func (a *apexBundle) getCertificateAndPrivateKey(ctx android.PathContext) (pem, key android.Path) { 1039 func (a *apexBundle) getOverrideManifestPackageName(ctx android.ModuleContext) string { 1060 func (a *apexBundle) buildApexDependencyInfo(ctx android.ModuleContext) { 1132 func (a *apexBundle) buildLintReports(ctx android.ModuleContext) { 1141 func (a *apexBundle) buildCannedFsConfig(ctx android.ModuleContext, defaultReadOnlyFiles []string) …
|
D | apex_test.go | 525 ab := ctx.ModuleForTests("myapex", "android_common_myapex").Module().(*apexBundle) 3011 apexBundle := result.ModuleForTests("myapex", "android_common_myapex").Module().(*apexBundle) 3012 data := android.AndroidMkDataForTest(t, result.TestContext, apexBundle) 3013 name := apexBundle.BaseModuleName() 3117 apexBundle := ctx.ModuleForTests("myapex", "android_common_myapex").Module().(*apexBundle) 3118 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 3119 name := apexBundle.BaseModuleName() 3146 apexBundle := ctx.ModuleForTests("myapex", "android_common_myapex").Module().(*apexBundle) 3147 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 3148 name := apexBundle.BaseModuleName() [all …]
|
D | key.go | 124 case *apexBundle:
|
/build/bazel/mkcompare/ |
D | README.md | 80 apex.apexBundle.files (159 modules) 103 apex.apexBundle (7 modules) 104 apex.apexBundle.files (625 modules)
|