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

Commit 9db1410f authored by Chen Xu's avatar Chen Xu Committed by Malcolm Chen
Browse files

move telephony-framework from framework.jar

as ims-common and telephony-framework will be packed together into
the mainline module. ims-common are allowed to access hidden
APIs in telephony-framework.

Bug: 140908357
Test: Build
Change-Id: Id2bcf88386e0b21d09d2d890cfb7e6bfee51f933
parent 1a28ca5c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -24,7 +24,11 @@ java_library {
        ":framework-ims-common-shared-srcs",
    ],

    libs: ["unsupportedappusage"],
    libs: [
        "unsupportedappusage",
        "framework-telephony",
        // TODO link to framework-minus-apex stub and framework-wifi-stubs
    ],

    jarjar_rules: "jarjar-rules-shared.txt",
}