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

Commit b68cf219 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove unnecessary "_external" suffix from libcppbor" into main am:...

Merge "Remove unnecessary "_external" suffix from libcppbor" into main am: 86d8bf59 am: 3e3c194e

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3019944



Change-Id: I6e94b39523a0ad54d9c31cad6172c26bca6d936d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d1c156be 3e3c194e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ cc_library_static {
    ],
    static_libs: [
        "libbase",
        "libcppbor_external",
        "libcppbor",
        "libcppcose_rkp",
        "libutils",
        "libsoft_attestation_cert",
@@ -102,7 +102,7 @@ cc_binary {
    ],
    static_libs: [
        "libbase",
        "libcppbor_external",
        "libcppbor",
        "libcppcose_rkp",
        "libutils",
        "libsoft_attestation_cert",
@@ -146,7 +146,7 @@ cc_test {
    ],
    static_libs: [
        "libbase",
        "libcppbor_external",
        "libcppbor",
        "libcppcose_rkp",
        "libutils",
        "libsoft_attestation_cert",
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ cc_test {
        "android.hardware.security.rkp-V3-cpp",
        "android.hardware.security.rkp-V3-ndk",
        "android.hardware.security.secureclock-V1-ndk",
        "libcppbor_external",
        "libcppbor",
        "libcppcose_rkp",
        "libkeymaster_portable",
        "libkeymint_vts_test_utils",
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ cc_defaults {
        "libpuresoftkeymasterdevice",
    ],
    static_libs: [
        "libcppbor_external",
        "libcppbor",
    ],
}

@@ -70,7 +70,7 @@ cc_test {
    ],
    static_libs: [
        "android.hardware.identity-support-lib",
        "libcppbor_external",
        "libcppbor",
        "libgmock",
    ],
    test_suites: ["general-tests"],
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ cc_binary {
        "android.hardware.security.secureclock-V1-ndk",
        "libbase",
        "libbinder_ndk",
        "libcppbor_external",
        "libcppbor",
        "libcrypto",
        "libkeymaster_portable",
        "libkeymint",
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ cc_defaults {
        "android.hardware.security.secureclock-V1-ndk",
        "libavb_user",
        "libavb",
        "libcppbor_external",
        "libcppbor",
        "libcppcose_rkp",
        "libfs_mgr",
        "libjsoncpp",
Loading