Searched defs:TargetConfig (Results 1 – 1 of 1) sorted by relevance
37 type TargetConfig struct { struct38 sdkVersion int3239 screenDpi map[android_bundle_proto.ScreenDensity_DensityAlias]bool41 abis map[android_bundle_proto.Abi_AbiAlias]int42 allowPrereleased bool43 stem string44 skipSdkCheck bool391 func selectApks(toc Toc, targetConfig TargetConfig) SelectionResult {