Lines Matching defs:sdkDep
293 type sdkDep struct { struct
294 useModule, useFiles, invalidVersion bool
297 bootclasspath []string
301 systemModules string
304 classpath []string
308 java9Classpath []string
310 frameworkResModule string
312 jars android.Paths
313 aidl android.OptionalPath
315 noStandardLibs, noFrameworksLibs bool
318 func (s sdkDep) hasStandardLibs() bool {
322 func (s sdkDep) hasFrameworkLibs() bool {