Pass module to SdkMemberTypeDependencyTag.SdkMemberType
This change allows an SdkMemberTypeDependencyTag to select the SdkMemberType to use to add a dependency based on the module. Bug: 177892522 Test: m nothing Change-Id: I2d6e51b615636dc7cd41da65808ef851dd8ae6ac
This commit is contained in:
@@ -63,7 +63,7 @@ func (b bootclasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() b
|
||||
|
||||
// SdkMemberType causes dependencies added with this tag to be automatically added to the sdk as if
|
||||
// they were specified using java_boot_libs.
|
||||
func (b bootclasspathFragmentContentDependencyTag) SdkMemberType() android.SdkMemberType {
|
||||
func (b bootclasspathFragmentContentDependencyTag) SdkMemberType(_ android.Module) android.SdkMemberType {
|
||||
return javaBootLibsSdkMemberType
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user