Lines Matching defs:sdkDep
624 type sdkDep struct { struct
625 useModule, useFiles, invalidVersion bool
628 bootclasspath []string
632 systemModules string
635 classpath []string
639 java9Classpath []string
641 frameworkResModule string
643 jars android.Paths
644 aidl android.OptionalPath
646 noStandardLibs, noFrameworksLibs bool
649 func (s sdkDep) hasStandardLibs() bool {
653 func (s sdkDep) hasFrameworkLibs() bool {