Skip to content

Commit 2b177ce

Browse files
zhaoqxucopybara-github
authored andcommitted
Added a internal-used only provider.
PiperOrigin-RevId: 766442252 Change-Id: I8fee35fd02d26e9b880e1d61d40443d45bd72840
1 parent d87e715 commit 2b177ce

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

providers/providers.bzl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,14 @@ AndroidSdkInfo, _AndroidSdkInfo_raw = provider(
477477
),
478478
)
479479

480+
# See b/419287003 for more details of why this provider is needed.
481+
AndroidLocalizedFilesInfo = provider(
482+
doc = "AndroidLocalizedFilesInfo",
483+
fields = dict(
484+
transitive_dicts = "A depset of all the transitive dicts each mapping locale name to its translations",
485+
),
486+
)
487+
480488
# Keep these symobols until rules/providers.bzl is deleted from release.
481489
AndroidResourcesInfo = None
482490
AndroidManifestInfo = None

0 commit comments

Comments
 (0)