Home
last modified time | relevance | path

Searched defs:sdkDep (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Djava.go598 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 {
[all …]