From 1c4e492c867091037d608bd9cc4f1ab0bea636c7 Mon Sep 17 00:00:00 2001 From: Hassan Ali Date: Thu, 8 Dec 2022 12:33:13 +0000 Subject: [PATCH] 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: I504b1be870003c0a1a785ab04c04a737f77d33fb Change-Id: I60a843f2741e537ce36465a836cbf8502e2b4a63 --- core/java/Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/java/Android.bp b/core/java/Android.bp index 83ffa24056884..24ee72733e19b 100644 --- a/core/java/Android.bp +++ b/core/java/Android.bp @@ -502,3 +502,8 @@ java_library { name: "framework-configinfrastructure", sdk_version: "module_current", } + +java_library { + name: "framework-configinfrastructure.stubs.module_lib", + sdk_version: "module_current", +}