Home
last modified time | relevance | path

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

/build/soong/java/
Dplatform_compat_config.go176 type prebuiltCompatConfigModule struct { struct
177 android.ModuleBase
178 prebuilt android.Prebuilt
180 properties prebuiltCompatConfigProperties
182 metadataFile android.Path
189 func (module *prebuiltCompatConfigModule) Prebuilt() *android.Prebuilt {
193 func (module *prebuiltCompatConfigModule) Name() string {
197 func (module *prebuiltCompatConfigModule) compatConfigMetadata() android.Path {
203 func (module *prebuiltCompatConfigModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {