Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/
Dmain.go137 …return m.ApkDescription == nil || (apkTargetingMatcher{m.Targeting}).matches(config, allAbisMustMa…
140 type apkTargetingMatcher struct { struct
144 func (m apkTargetingMatcher) matches(config TargetConfig, allAbisMustMatch bool) bool { argument