Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go46 SyspropJavaModule() *SdkLibrary
143 type SdkLibrary struct { struct
161 var _ Dependency = (*SdkLibrary)(nil)
162 var _ SdkLibraryDependency = (*SdkLibrary)(nil)
164 func (module *SdkLibrary) DepsMutator(ctx android.BottomUpMutatorContext) { argument
184 func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
222 func (module *SdkLibrary) AndroidMk() android.AndroidMkData { argument
284 func (module *SdkLibrary) stubsName(apiScope apiScope) string { argument
296 func (module *SdkLibrary) docsName(apiScope apiScope) string { argument
308 func (module *SdkLibrary) implName() string { argument
[all …]
/build/soong/sysprop/
Dsysprop_library.go31 java.SdkLibrary anonMember
66 func (m *syspropLibrary) SyspropJavaModule() *java.SdkLibrary {
67 return &m.SdkLibrary