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

Commit 35f74496 authored by Neil Fuller's avatar Neil Fuller
Browse files

Make host targets use non-repackaged targets

A host build target was depending on a target that is intended for
on-device, repackaged (com.android.) use. This switches to using the
unbundled target instead.

Test: Build
Bug: 111055375
Bug: 111734251
Change-Id: Ie81dd7257a14756fc21fa6f956175e5bd2ff80c1
parent 901d0546
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",
    ],
}