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

Commit 1f8a0ea4 authored by Tommy Chiu's avatar Tommy Chiu Committed by Automerger Merge Worker
Browse files

libkeymint_support: Make it vendor accessiable am: abcf89dd am: 948bfe2c

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

Change-Id: Iab163f5c757b1deabb3e8b78aacfc61a448dae47
parents c1701d88 948bfe2c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ package {

cc_library {
    name: "libkeymint_support",
    vendor_available: true,
    cflags: [
        "-Wall",
        "-Wextra",
@@ -44,6 +45,7 @@ cc_library {
        "libbase",
        "libcrypto",
        "libutils",
        "libhardware",
    ],
}