Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1248 type SdkLibrary struct { struct
1249 Library
1251 sdkLibraryProperties sdkLibraryProperties
1254 scopeToProperties map[*apiScope]*ApiScopeProperties
1256 commonToSdkLibraryAndImport
1258 apexSystemServerDexpreoptInstalls []DexpreopterInstall
1259 apexSystemServerDexJars android.Paths
1262 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
1269 func (module *SdkLibrary) DexJarBuildPath(ctx android.ModuleErrorfContext) OptionalDexJarPath {
1277 func (module *SdkLibrary) DexJarInstallPath() android.Path {
[all …]