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

Commit 5bb7be3f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Setting libcppcose to host supported."

parents 43374307 bcde7a7f
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ cc_library {
cc_library {
    name: "libcppcose",
    vendor_available: true,
    host_supported: true,
    srcs: [
        "cppcose.cpp",
    ],
@@ -73,13 +74,8 @@ cc_library {
        "include",
    ],
    shared_libs: [
        "libbinder_ndk",
        "libcppbor_external",
        "libcrypto",
        "liblog",
    ],
    static_libs: [
        // TODO(swillden): Remove keymint NDK
        "android.hardware.security.keymint-V1-ndk_platform",
    ],
}