Rename SdkMemberTypeDependencyTag to SdkMemberDependencyTag
Bug: 195754365 Test: m nothing Change-Id: Id4ef6f8be54c60a1f269d7e7c46a8dcb715fcca4
This commit is contained in:
@@ -89,7 +89,7 @@ var bootclasspathFragmentContentDepTag = bootclasspathFragmentContentDependencyT
|
||||
|
||||
var _ android.ExcludeFromVisibilityEnforcementTag = bootclasspathFragmentContentDepTag
|
||||
var _ android.ReplaceSourceWithPrebuilt = bootclasspathFragmentContentDepTag
|
||||
var _ android.SdkMemberTypeDependencyTag = bootclasspathFragmentContentDepTag
|
||||
var _ android.SdkMemberDependencyTag = bootclasspathFragmentContentDepTag
|
||||
var _ android.CopyDirectlyInAnyApexTag = bootclasspathFragmentContentDepTag
|
||||
var _ android.RequiresFilesFromPrebuiltApexTag = bootclasspathFragmentContentDepTag
|
||||
|
||||
|
@@ -218,7 +218,7 @@ func (b hiddenAPIStubsDependencyTag) ExcludeFromVisibilityEnforcement() {
|
||||
var _ android.ExcludeFromVisibilityEnforcementTag = hiddenAPIStubsDependencyTag{}
|
||||
var _ android.ReplaceSourceWithPrebuilt = hiddenAPIStubsDependencyTag{}
|
||||
var _ android.ExcludeFromApexContentsTag = hiddenAPIStubsDependencyTag{}
|
||||
var _ android.SdkMemberTypeDependencyTag = hiddenAPIStubsDependencyTag{}
|
||||
var _ android.SdkMemberDependencyTag = hiddenAPIStubsDependencyTag{}
|
||||
|
||||
// hiddenAPIComputeMonolithicStubLibModules computes the set of module names that provide stubs
|
||||
// needed to produce the hidden API monolithic stub flags file.
|
||||
|
Reference in New Issue
Block a user