Searched defs:platformCompatConfig (Results 1 – 1 of 1) sorted by relevance
54 type platformCompatConfig struct { struct55 android.ModuleBase56 android.SdkBase58 properties platformCompatConfigProperties59 installDirPath android.InstallPath60 configFile android.OutputPath61 metadataFile android.OutputPath64 func (p *platformCompatConfig) compatConfigMetadata() android.Path {68 func (p *platformCompatConfig) CompatConfig() android.OutputPath {72 func (p *platformCompatConfig) SubDir() string {[all …]