From 6ec6f8fdd1aa92330c5868ac74cfe9cad6d99974 Mon Sep 17 00:00:00 2001 From: Hassan Ali Date: Fri, 18 Nov 2022 11:44:00 +0000 Subject: [PATCH] Add framework-configinfrastructure lib A temporary solution to add framework-configinfrastructure 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: I7877e8bf6c31e3fec0b24a1340df156b175a0034 --- core/java/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/java/Android.bp b/core/java/Android.bp index cf30e31bb1561..eac8b9bc9a24e 100644 --- a/core/java/Android.bp +++ b/core/java/Android.bp @@ -485,3 +485,9 @@ java_library { } // protolog end + +// temporary placeholder until the real module is available +java_library { + name: "framework-configinfrastructure", + sdk_version: "module_current", +}