Lines Matching defs:sdkDep
598 type sdkDep struct { struct
599 useModule, useFiles, useDefaultLibs, invalidVersion bool
602 bootclasspath []string
606 systemModules string
609 java9Classpath []string
611 frameworkResModule string
613 jars android.Paths
614 aidl android.OptionalPath
616 noStandardLibs, noFrameworksLibs bool
619 func (s sdkDep) hasStandardLibs() bool {
623 func (s sdkDep) hasFrameworkLibs() bool {