From f7b3d0d317a974f3135312eb03e978f83b024f9e Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Thu, 2 Sep 2021 14:29:21 +0100 Subject: Rename SdkMemberTypeDependencyTag to SdkMemberDependencyTag Bug: 195754365 Test: m nothing Change-Id: Id4ef6f8be54c60a1f269d7e7c46a8dcb715fcca4 --- java/hiddenapi_modular.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/hiddenapi_modular.go') diff --git a/java/hiddenapi_modular.go b/java/hiddenapi_modular.go index 8e39f408e..51cd50169 100644 --- a/java/hiddenapi_modular.go +++ b/java/hiddenapi_modular.go @@ -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. -- cgit v1.2.3-59-g8ed1b