From 4ad22ce13ced8a770a31a6f1e5ecaccde61cd782 Mon Sep 17 00:00:00 2001 From: Hassan Ali Date: Mon, 21 Nov 2022 11:04:28 +0000 Subject: [PATCH] Add framework-configinfrastructure lib A temporary solution to add framework-configinfrastructure java lib until we add configinfrastructure module to AOSP and other branches. This change will enable us to add framework-configinfrastructure as a dependency to other modules. Test: m Merged-In: Ib7b20caaec128d64908349918ec7bce9a53cc2e6 Change-Id: I85bd435fb95c7ee6c641cb6679affa9026cf4220 --- core/java/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/java/Android.bp b/core/java/Android.bp index d3303e901e01b..21c68b166e806 100644 --- a/core/java/Android.bp +++ b/core/java/Android.bp @@ -487,3 +487,9 @@ java_library { } // protolog end + +// temporary placeholder until the real module is available +java_library { + name: "framework-configinfrastructure", + sdk_version: "module_current", +}