Merge "Assume any <uses-library> is shared, add only toplevel ones to manifest."
This commit is contained in:
@@ -688,11 +688,6 @@ func (c *commonToSdkLibraryAndImport) apiModuleName(apiScope *apiScope) string {
|
||||
return c.namingScheme.apiModuleName(apiScope, c.moduleBase.BaseModuleName())
|
||||
}
|
||||
|
||||
// If the SDK library is a shared library.
|
||||
func (c *commonToSdkLibraryAndImport) IsSharedLibrary() bool {
|
||||
return c.sharedLibrary()
|
||||
}
|
||||
|
||||
// The component names for different outputs of the java_sdk_library.
|
||||
//
|
||||
// They are similar to the names used for the child modules it creates
|
||||
@@ -938,9 +933,6 @@ type SdkLibraryDependency interface {
|
||||
// jars for the stubs. The latter should only be needed when generating JavaDoc as otherwise
|
||||
// they are identical to the corresponding header jars.
|
||||
SdkImplementationJars(ctx android.BaseModuleContext, sdkVersion sdkSpec) android.Paths
|
||||
|
||||
// If the SDK library is a shared library.
|
||||
IsSharedLibrary() bool
|
||||
}
|
||||
|
||||
type SdkLibrary struct {
|
||||
|
Reference in New Issue
Block a user