Searched defs:TargetConfig (Results 1 – 1 of 1) sorted by relevance
36 type TargetConfig struct { struct37 sdkVersion int3238 screenDpi map[android_bundle_proto.ScreenDensity_DensityAlias]bool40 abis map[android_bundle_proto.Abi_AbiAlias]int41 allowPrereleased bool42 stem string99 func (m abiTargetingMatcher) matches(config TargetConfig) bool {134 func (m apkDescriptionMatcher) matches(config TargetConfig) bool {142 func (m apkTargetingMatcher) matches(config TargetConfig) bool {155 func (m languageTargetingMatcher) matches(_ TargetConfig) bool {[all …]