From 538df784137ec0cad1bc7d61c03697558a17d3c9 Mon Sep 17 00:00:00 2001 From: Jared Duke Date: Fri, 21 Mar 2025 16:40:41 +0000 Subject: Add services.impl to legacyCorePlatformApiModules Swap out services for services.impl in the legacy API allowlist, as the new intermediate target contains the referencing Java srcs that feed into services. Bug: 212737576 Test: m Flag: EXEMPT build refactor Ignore-AOSP-First: New target not yet in AOSP Change-Id: I319ba001eb1d5f16141397cc89cbbe3bfe2f6d21 --- 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 4be7d0470..21895d4cc 100644 --- a/java/legacy_core_platform_api_usage.go +++ b/java/legacy_core_platform_api_usage.go @@ -47,8 +47,8 @@ var legacyCorePlatformApiModules = []string{ "sam", "saminterfacelibrary", "sammanagerlibrary", - "services", "services.core.unboosted", + "services.impl", "Settings-core", "SettingsGoogle", "SettingsGoogleOverlayCoral", -- cgit v1.2.3-59-g8ed1b