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

Commit 948bfe2c authored by Tommy Chiu's avatar Tommy Chiu Committed by Automerger Merge Worker
Browse files

libkeymint_support: Make it vendor accessiable am: abcf89dd

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

Change-Id: I5ccd30e1e286a50559c2ba5055f03a895923454b
parents 542eaadc abcf89dd
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",
    ],
}