Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/extract_apks/
H A Dmain.go36 type TargetConfig struct { struct
37 sdkVersion int32
38 screenDpi map[android_bundle_proto.ScreenDensity_DensityAlias]bool
40 abis map[android_bundle_proto.Abi_AbiAlias]int
41 allowPrereleased bool
42 stem string
99 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 …]