Lines Matching defs:sdkDep
618 type sdkDep struct { struct
619 useModule, useFiles, invalidVersion bool
622 bootclasspath []string
626 systemModules string
629 classpath []string
633 java9Classpath []string
635 frameworkResModule string
637 jars android.Paths
638 aidl android.OptionalPath
640 noStandardLibs, noFrameworksLibs bool
643 func (s sdkDep) hasStandardLibs() bool {
647 func (s sdkDep) hasFrameworkLibs() bool {