Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dplatform_compat_config.go174 type prebuiltCompatConfigModule struct { struct
175 android.ModuleBase
176 prebuilt android.Prebuilt
178 properties prebuiltCompatConfigProperties
180 metadataFile android.Path
192 func (module *prebuiltCompatConfigModule) Prebuilt() *android.Prebuilt {
196 func (module *prebuiltCompatConfigModule) Name() string {
200 func (module *prebuiltCompatConfigModule) compatConfigMetadata() android.Path {
204 func (module *prebuiltCompatConfigModule) BaseModuleName() string {
210 func (module *prebuiltCompatConfigModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {