summaryrefslogtreecommitdiff
path: root/service/Android.bp
diff options
context:
space:
mode:
authorHassan Ali <hsnali@google.com>2022-11-17 16:02:01 +0000
committerHassan Ali <hsnali@google.com>2022-11-22 11:25:56 +0000
commit3d7f4c0d184697c5f7a4d85077ac41f11953ff84 (patch)
tree3c8eecfa5453db615ca18134e5de7a71e7fc8e99 /service/Android.bp
parented11904020471f6ce9cad68c2075d24e1b2689fb (diff)
downloadPermission-3d7f4c0d184697c5f7a4d85077ac41f11953ff84.tar.gz
Add ConfigInfrastructure lib to Android.bp
As part of moving DeviceConfig.java to packages/modules/ConfigInfrastructure, We need to add ConfigInfrastructure lib dependency to Android.bp. Test: m Bug: 253019048 Change-Id: Ic7f18e03f6b815ced507234e83a2ca70b562a476
Diffstat (limited to 'service/Android.bp')
-rw-r--r--service/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/Android.bp b/service/Android.bp
index 6e96627e4..a0bd26f8d 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -86,6 +86,7 @@ java_sdk_library {
],
libs: [
"androidx.annotation_annotation",
+ "framework-configinfrastructure",
// TODO(b/177884622): Short term solution to prevent service-permission from seeing hidden
// APIs in framework-permission, as we don't actually have any dependency in it.
//"framework-permission",