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

Commit 4f2051b1 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Make host targets use non-repackaged targets"

am: 09c81c30

Change-Id: I5606474b66c13dba18987163e7ff0dc184f3f497
parents 13d3426f 09c81c30
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",
    ],
}