Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cmd/extract_apks/
H A Dmain.go37 type TargetConfig struct { struct
38 sdkVersion int32
39 screenDpi map[android_bundle_proto.ScreenDensity_DensityAlias]bool
41 abis map[android_bundle_proto.Abi_AbiAlias]int
42 allowPrereleased bool
43 stem string
44 skipSdkCheck bool
391 func selectApks(toc Toc, targetConfig TargetConfig) SelectionResult {