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

Commit a2b60be2 authored by Steven Moreland's avatar Steven Moreland
Browse files

telephony-common: local libraries locally

Now that HIDL '-java-shallow' is available, we can include these here
without duplicated the classes on the boot classpath.

Bug: N/A
Test: boot/open dialer/check logcat
Change-Id: I12fa4c69c1d9241084ffd1ea2c8f7361b63b0068
parent 29e2f93c
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -40,21 +40,23 @@ java_library {
        "src/java/**/*.logtags",
    ],

    jarjar_rules: ":framework-jarjar-rules",

    libs: [
        "android.hardware.radio-V1.0-java",
        "android.hardware.radio-V1.1-java",
        "android.hardware.radio-V1.2-java",
        "android.hardware.radio-V1.3-java",
        "android.hardware.radio-V1.4-java",
        "android.hardware.radio.config-V1.0-java",
        "android.hardware.radio.config-V1.1-java",
        "android.hardware.radio.config-V1.2-java",
        "android.hardware.radio.deprecated-V1.0-java",
        "voip-common",
        "ims-common",
        "services",
    ],
    static_libs: [
        "android.hardware.radio.config-V1.0-java-shallow",
        "android.hardware.radio.config-V1.1-java-shallow",
        "android.hardware.radio.config-V1.2-java-shallow",
        "android.hardware.radio.deprecated-V1.0-java-shallow",
        "telephony-protos",
        "ecc-protos-lite",
    ],