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

Commit 2768cf6e authored by Justin Yun's avatar Justin Yun
Browse files

Make libvendorsupport_llndk_headers available to APEXes

libvendorsupport_llndk_headers provide libvendorsupport_llndk_headers
macro that can be used in any libraries including APEXes.

Bug: 302113279
Test: TH
Change-Id: I8fc7879a378a3711ae7264c9a2d8b0955895147f
parent fb97c979
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -49,6 +49,17 @@ cc_library_headers {
        llndk_headers: true,
    },

    apex_available: [
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
    min_sdk_version: "apex_inherit",

    system_shared_libs: [],
    stl: "none",

    // This header library is used for libc and must be available to any sdk
    // versions.
    // Setting sdk_version to the lowest version allows the dependencies.
    sdk_version: "1",
}