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

Commit d6aacae2 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...

libkeymint_support: Make it vendor accessiable am: abcf89dd am: 948bfe2c am: 1f8a0ea4 am: 582686b6 am: 638f98a2

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

Change-Id: I6896d7c066b312655104d2770e74a2c9a99d59f7
parents bb72d14b 638f98a2
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",
    ],
}