Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ad22ce1 authored by Hassan Ali's avatar Hassan Ali
Browse files

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
parent b055d33a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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",
}