Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/
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
324 func selectApks(toc Toc, targetConfig TargetConfig) SelectionResult {