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

Commit 406e39f4 authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Merge "Remove ndk_platform backend. Use the ndk backend." am: 5384f937 am: d4d73288

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1778410

Change-Id: I5c0bec728846d097f49760afe034fd411bbbab21
parents daef3208 d4d73288
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@ cc_binary {
        "libhidlbase",
        "android.hardware.gatekeeper@1.0",
        "libgatekeeper_aidl",
        "android.hardware.security.keymint-V1-ndk_platform",
        "android.security.authorization-ndk_platform",
        "android.hardware.security.keymint-V1-ndk",
        "android.security.authorization-ndk",
    ],

    static_libs: ["libscrypt_static"],
+3 −3
Original line number Diff line number Diff line
@@ -106,9 +106,9 @@ cc_binary {
        "keymint/service.cpp",
    ],
    shared_libs: [
        "android.hardware.security.keymint-V1-ndk_platform",
        "android.hardware.security.secureclock-V1-ndk_platform",
        "android.hardware.security.sharedsecret-V1-ndk_platform",
        "android.hardware.security.keymint-V1-ndk",
        "android.hardware.security.secureclock-V1-ndk",
        "android.hardware.security.sharedsecret-V1-ndk",
        "lib_android_keymaster_keymint_utils",
        "libbase",
        "libbinder_ndk",