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

Commit 06c105e8 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Remove unused telephony jars from bp files.

Test: basic sanity
Bug: 135955937
Change-Id: Ife4b9ac546c9bbe3f0ce6d3edb29f11655343613
parent c847a7ad
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -69,10 +69,6 @@ android_library {
    ],
    manifest: "AndroidManifest.xml",

    libs: [
        "telephony-common",
    ],

    kotlincflags: ["-Xjvm-default=enable"],

    plugins: ["dagger2-compiler-2.19"],
@@ -163,10 +159,6 @@ android_app {
        proguard_flags_files: ["proguard.flags"],
    },

    libs: [
        "telephony-common",
    ],

    kotlincflags: ["-Xjvm-default=enable"],

    dxflags: ["--multi-dex"],
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ android_app {
    name: "WAPPushManager",
    srcs: ["src/**/*.java"],
    platform_apis: true,
    libs: ["telephony-common"],
    static_libs: ["android-common"],
    optimize: {
        proguard_flags_files: ["proguard.flags"],