Home
last modified time | relevance | path

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

/build/soong/java/
Dplatform_compat_config.go177 type prebuiltCompatConfigModule struct { struct
178 android.ModuleBase
179 android.SdkBase
180 prebuilt android.Prebuilt
182 properties prebuiltCompatConfigProperties
184 metadataFile android.Path
191 func (module *prebuiltCompatConfigModule) Prebuilt() *android.Prebuilt {
195 func (module *prebuiltCompatConfigModule) Name() string {
199 func (module *prebuiltCompatConfigModule) compatConfigMetadata() android.Path {
205 func (module *prebuiltCompatConfigModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {