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

Commit 6ec6f8fd 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.
This change will enable us to add framework-configinfrastructure as a
dependency to other modules.

Test: m
Merged-In: I85bd435fb95c7ee6c641cb6679affa9026cf4220
Change-Id: I7877e8bf6c31e3fec0b24a1340df156b175a0034
parent 3c318cc2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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",
}