Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1397 type SdkLibrary struct { struct
1398 Library
1400 sdkLibraryProperties sdkLibraryProperties
1403 scopeToProperties map[*apiScope]*ApiScopeProperties
1405 commonToSdkLibraryAndImport
1407 builtInstalledForApex []dexpreopterInstall
1412 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
1416 func (module *SdkLibrary) DexJarBuildPath(ctx android.ModuleErrorfContext) OptionalDexJarPath {
1423 func (module *SdkLibrary) DexJarInstallPath() android.Path {
1430 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
[all …]