Lines Matching defs:sdkDep
454 type sdkDep struct { struct
455 useModule, useFiles, invalidVersion bool
458 bootclasspath []string
462 systemModules string
465 classpath []string
469 java9Classpath []string
471 frameworkResModule string
473 jars android.Paths
474 aidl android.OptionalPath
476 noStandardLibs, noFrameworksLibs bool
479 func (s sdkDep) hasStandardLibs() bool {
483 func (s sdkDep) hasFrameworkLibs() bool {