Home
last modified time | relevance | path

Searched refs:PlatformCompatConfigIntf (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dplatform_compat_config.go80 type PlatformCompatConfigIntf interface { interface
88 var _ PlatformCompatConfigIntf = (*platformCompatConfig)(nil)
/build/soong/apex/
Dapex.go1477 func apexFileForCompatConfig(ctx android.BaseModuleContext, config java.PlatformCompatConfigIntf, d… argument
1783 if compatConfig, ok := child.(java.PlatformCompatConfigIntf); ok {