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

Commit bbc94b0d authored by Colin Cross's avatar Colin Cross
Browse files

Use jni_libs instead of required for signapk conscrypt JNI

Using jni_libs tells Soong to install the JNI library into
a genrule sandbox alongside the java binary.

Bug: 124313442
Test: m checkbuild
Change-Id: Ia550102c7aa483497f95ac2ea8bb01bce89ae9c1
parent 40c9513f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ java_binary_host {
        "conscrypt-unbundled",
    ],

    required: ["libconscrypt_openjdk_jni"],
    jni_libs: ["libconscrypt_openjdk_jni"],

    // The post-build signing tools need signapk.jar (and its shared libraries,
    // handled in their own Android.bp files)