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

Commit abcf89dd authored by Tommy Chiu's avatar Tommy Chiu
Browse files

libkeymint_support: Make it vendor accessiable

This support function is supposed to be useable by vendor in treble.
Add "vendor_available" to reflect that.

Bug: 203481954
Test: Link by vendor successfully
Change-Id: I9709ac0ab79405c336ed8a1bc44b2ef643dd5b2d
parent c42a934e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,7 @@ package {


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