From 0a19d6389a710ea346a14962ac687f83f9be3c66 Mon Sep 17 00:00:00 2001 From: Aaron Huang Date: Sun, 28 Feb 2021 18:19:32 +0800 Subject: [PATCH] Add service-connectivity-pre-jarjar to legacy core platform list This is a library pre jarjar version which still has dependencies on legacy core platform APIs and this library will be inculded in service-connectivity. Thus, this change replaces service-connectivity with service-connectivity-pre-jarjar. Bug: 177046265 Test: build pass Change-Id: I1a84ff07318da03f368cbccb25b6cabebb2de403 Merged-In: I1a84ff07318da03f368cbccb25b6cabebb2de403 --- java/legacy_core_platform_api_usage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/legacy_core_platform_api_usage.go b/java/legacy_core_platform_api_usage.go index 874338d10..a6639a5d9 100644 --- a/java/legacy_core_platform_api_usage.go +++ b/java/legacy_core_platform_api_usage.go @@ -108,7 +108,7 @@ var legacyCorePlatformApiModules = []string{ "PrintSpooler", "RollbackTest", "service-blobstore", - "service-connectivity", + "service-connectivity-pre-jarjar", "service-jobscheduler", "services", "services.accessibility",