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

Commit 066ca173 authored by Neil Fuller's avatar Neil Fuller
Browse files

Remove explicit dependencies on "core" libraries

The dependencies are unnecessary since bouncycastle, okhttp
and conscrypt are included in the "standard libraries".

Test: build
Bug: 113148576
Change-Id: Ic8d15d911decbdd6391db8c1231b845353586a54
parent ab81538d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -668,9 +668,6 @@ java_defaults {

    no_framework_libs: true,
    libs: [
        "conscrypt",
        "okhttp",
        "bouncycastle",
        "ext",
    ],

@@ -1082,8 +1079,6 @@ framework_docs_only_args = " -android -manifest $(location core/res/AndroidManif
     "-federationapi SupportLib $(location current/support-api.txt) "

framework_docs_only_libs = [
    "conscrypt",
    "bouncycastle",
    "voip-common",
    "android.test.mock",
    "android-support-annotations",
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ LOCAL_CERTIFICATE := platform

LOCAL_JAVA_LIBRARIES := \
    android.test.runner \
    conscrypt \
    android.test.base \

LOCAL_STATIC_JAVA_LIBRARIES := junit