Searched refs:sdkComponentPropertiesForChildLibrary (Results 1 – 1 of 1) sorted by relevance
/build/soong/java/ |
D | sdk_library.go | 1278 func (c *commonToSdkLibraryAndImport) sdkComponentPropertiesForChildLibrary() interface{} { func 1874 module.sdkComponentPropertiesForChildLibrary(), 1938 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary()) 1947 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary()) 2118 …mctx.CreateModule(DroidstubsFactory, &props, module.sdkComponentPropertiesForChildLibrary()).(*Dro… 2183 mctx.CreateModule(ApiLibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary()) 2227 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary()) 2241 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary()) 2840 mctx.CreateModule(ImportFactory, &props, module.sdkComponentPropertiesForChildLibrary()) 2860 …x.CreateModule(PrebuiltStubsSourcesFactory, &props, module.sdkComponentPropertiesForChildLibrary()) [all …]
|