summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hassan Ali <hsnali@google.com> 2022-12-08 14:16:09 +0000
committer Hassan Ali <hsnali@google.com> 2022-12-08 14:17:24 +0000
commit076321e6e746100dea1409347134461b5c29972c (patch)
tree31be68972ce4c5506e489eed2b3a28213efeebda
parent56d391033c689a5f26fcd4b737c338f5c4591fb6 (diff)
Add framework-configinfrastructure.stubs lib
A temporary solution to add framework-configinfrastructure stubs java lib until we add configinfrastructure module to AOSP. This change will enable us to add framework-configinfrastructure as a dependency to other modules. Test: m Merged-In: I85bd435fb95c7ee6c641cb6679affa9026cf4220 Change-Id: I504b1be870003c0a1a785ab04c04a737f77d33fb
-rw-r--r--core/java/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/Android.bp b/core/java/Android.bp
index 21c68b166e80..ed56e103f1bb 100644
--- a/core/java/Android.bp
+++ b/core/java/Android.bp
@@ -493,3 +493,8 @@ java_library {
name: "framework-configinfrastructure",
sdk_version: "module_current",
}
+
+java_library {
+ name: "framework-configinfrastructure.stubs.module_lib",
+ sdk_version: "module_current",
+}