Home
last modified time | relevance | path

Searched defs:PrebuiltBootclasspathFragmentModule (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/soong/java/
H A Dbootclasspath_fragment.go1050 type PrebuiltBootclasspathFragmentModule struct { struct
1051 BootclasspathFragmentModule
1052 prebuilt android.Prebuilt
1055 prebuiltProperties prebuiltBootclasspathFragmentProperties
1058 func (module *PrebuiltBootclasspathFragmentModule) Prebuilt() *android.Prebuilt {
1062 func (module *PrebuiltBootclasspathFragmentModule) Name() string {
1067 …contents []android.Module, fragments []android.Module, input HiddenAPIFlagInput) *HiddenAPIOutput {
1103 …tclasspathFragmentModule) produceBootImageProfile(ctx android.ModuleContext) android.WritablePath {
1107 func (b *PrebuiltBootclasspathFragmentModule) getProfilePath() android.Path {
1121 …ootclasspathFragmentModule) RequiredFilesFromPrebuiltApex(ctx android.BaseModuleContext) []string {
[all …]