Lines Matching defs:sdkDep
492 type sdkDep struct { struct
493 useModule, useFiles, invalidVersion bool
496 bootclasspath []string
500 systemModules string
503 classpath []string
507 java9Classpath []string
509 frameworkResModule string
511 jars android.Paths
512 aidl android.OptionalPath
514 noStandardLibs, noFrameworksLibs bool
517 func (s sdkDep) hasStandardLibs() bool {
521 func (s sdkDep) hasFrameworkLibs() bool {