Lines Matching defs:sdkDep
410 type sdkDep struct { struct
411 useModule, useFiles, invalidVersion bool
414 bootclasspath []string
418 systemModules string
421 classpath []string
425 java9Classpath []string
427 frameworkResModule string
429 jars android.Paths
430 aidl android.OptionalPath
432 noStandardLibs, noFrameworksLibs bool
435 func (s sdkDep) hasStandardLibs() bool {
439 func (s sdkDep) hasFrameworkLibs() bool {