Home
last modified time | relevance | path

Searched refs:apexBundle (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/soong/apex/
H A Dapex.go315 type apexBundle struct { struct
815 var _ ApexInfoMutator = (*apexBundle)(nil)
888 _, directDep := parent.(*apexBundle)
1096 if a, ok := module.(*apexBundle); ok {
1245 var _ cc.Coverage = (*apexBundle)(nil)
1253 func (a *apexBundle) SetPreventInstall() {
1258 func (a *apexBundle) HideFromMake() {
1276 func (a *apexBundle) Updatable() bool {
1298 func (a *apexBundle) installable() bool {
2151 func newApexBundle() *apexBundle {
[all …]
H A Dvndk.go49 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 {
H A Dbuilder.go196 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 …]
H A Dapex_test.go2405 apexBundle := ctx.ModuleForTests("myapex", "android_common_myapex_image").Module().(*apexBundle)
2407 name := apexBundle.BaseModuleName()
2569 apexBundle := ctx.ModuleForTests("myapex", "android_common_myapex_image").Module().(*apexBundle)
2571 name := apexBundle.BaseModuleName()
2598 apexBundle := ctx.ModuleForTests("myapex", "android_common_myapex_image").Module().(*apexBundle)
2600 name := apexBundle.BaseModuleName()
3679 apexBundle := module.Module().(*apexBundle)
5609 apexBundle := module.Module().(*apexBundle)
5610 name := apexBundle.Name()
6058 apexBundle := ctx.ModuleForTests("myapex", "android_common_myapex_image").Module().(*apexBundle)
[all …]
H A Dandroidmk.go30 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 {
H A Dkey.go133 if m, ok := module.(*apexBundle); ok && m.Enabled() && m.installable() {