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

Commit 1c4e492c authored by Hassan Ali's avatar Hassan Ali
Browse files

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