Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dsdk_library.go1850 type sdkLibraryScopeProperties struct { struct
1851 Jars []string `android:"path"`
1853 Sdk_version *string
1856 Libs []string
1859 Stub_srcs []string `android:"path"`
1862 Current_api *string `android:"path"`
1865 Removed_api *string `android:"path"`
1868 Annotations *string `android:"path"`
H A Dsdk_library_internal.go604 …tx android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties)…
641 …tx android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties)…
663 …tx android.DefaultableHookContext, apiScope *apiScope, scopeProperties *sdkLibraryScopeProperties)…