summaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2024-09-11 20:13:04 +0000
committer Jihoon Kang <jihoonkang@google.com> 2024-09-11 20:13:04 +0000
commite5cb6c1584f12b4b3353c554f87ea2bd4909debf (patch)
tree9ddbfad749ae19fd19ac40e9fd506db5bd6c4b91 /flags
parent86a93154e238afbcfc524295a5aed1743a72e931 (diff)
Make java_sdk_library dependencies explicit
modules should specify the submodule of java_sdk_library that the module actually depends on Test: CI Flag: EXEMPT build dependency cleanup Bug: 358613520 Change-Id: If421b1b17cef11c86608bbda16f3fe0ef2f55b07
Diffstat (limited to 'flags')
-rw-r--r--flags/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/Android.bp b/flags/Android.bp
index 34619cd95..aba1e44a9 100644
--- a/flags/Android.bp
+++ b/flags/Android.bp
@@ -49,7 +49,7 @@ java_aconfig_library {
sdk_version: "module_current",
min_sdk_version: "30",
installable: false,
- libs: ["framework-configinfrastructure"],
+ libs: ["framework-configinfrastructure.stubs.module_lib"],
visibility: [
"//packages/modules/Permission:__subpackages__",
],