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 string324 func selectApks(toc Toc, targetConfig TargetConfig) SelectionResult {