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

Commit aab3b141 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable use_embedded_native_libs for CtsShimPrivUpgrade" into udc-dev...

Merge "Enable use_embedded_native_libs for CtsShimPrivUpgrade" into udc-dev am: 12aac90c am: 9e8bf102

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23092776



Change-Id: Ic902499a5324e3efa9d1cfee0dadf97f2b83d0b8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a6c91a9f 9e8bf102
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@ android_app {

    compile_multilib: "both",
    jni_libs: ["libshim_jni"],
    // Explicitly uncompress native libs rather than letting the build system doing it and destroy the
    // v2/v3 signature.
    use_embedded_native_libs: true,

    uses_libs: ["android.test.runner"],

@@ -124,6 +127,9 @@ android_app {

    compile_multilib: "both",
    jni_libs: ["libshim_jni"],
    // Explicitly uncompress native libs rather than letting the build system doing it and destroy the
    // v2/v3 signature.
    use_embedded_native_libs: true,

    uses_libs: ["android.test.runner"],
}