diff options
author | 2025-03-21 16:40:41 +0000 | |
---|---|---|
committer | 2025-03-21 17:03:32 +0000 | |
commit | 538df784137ec0cad1bc7d61c03697558a17d3c9 (patch) | |
tree | 1b45112dcdb6d0c493ed9d64ed0308be32eff252 | |
parent | d1b7198f5112d5ef88aa541d26af4a69d7a9f3d7 (diff) |
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
-rw-r--r-- | java/legacy_core_platform_api_usage.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", |