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

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

Move signapk to a dedicated "host" target

Migrate off of one target onto another that should be identical.
"conscrypt" is about to be refactored for on-device use and signapk
needs to be unaffected.

Bug: 113148576
Test: make checkbuild
Change-Id: I3cecb4cc8fb8349383a82c8e430c936651e0835a
parent d9a58852
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ java_library_host {
        "apksig",
        "bouncycastle-unbundled",
        "bouncycastle-bcpkix-unbundled",
        "conscrypt",
        "conscrypt-nojarjar",
    ],

    required: ["libconscrypt_openjdk_jni"],