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

Commit b7b9801b authored by Neil Fuller's avatar Neil Fuller
Browse files

Remove explicit dependency on bouncycastle

The dependency is unnecessary since bouncycastle
is now included in the "standard libraries".

Test: build
Bug: 113148576
Change-Id: Ibb2b72854f734543fd1e08f4c9569a379b08a6b5
parent 587752f7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ java_library {
        "voip-common",
        "ims-common",
        "services",
        "bouncycastle",
    ],
    static_libs: [
        "telephony-protos",
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ android_test {
    libs: [
        "android.test.runner",
        "ims-common",
        "bouncycastle",
        "android.test.base",
        "android.test.mock",
    ],