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

Commit 09c81c30 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make host targets use non-repackaged targets"

parents a0d3277b 35f74496
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ java_library_host {
    manifest: "SignApk.mf",
    static_libs: [
        "apksig",
        "bouncycastle",
        "bouncycastle-bcpkix",
        "bouncycastle-unbundled",
        "bouncycastle-bcpkix-unbundled",
        "conscrypt",
    ],

+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ java_library_host {
    srcs: ["SignTos.java"],
    manifest: "SignTos.mf",
    static_libs: [
        "bouncycastle",
        "bouncycastle-bcpkix",
        "bouncycastle-unbundled",
        "bouncycastle-bcpkix-unbundled",
    ],
}