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

Commit 64753267 authored by Justin Yun's avatar Justin Yun Committed by Gerrit Code Review
Browse files

Merge "Make libvendorsupport_llndk_headers available to APEXes" into main

parents 209266f4 2768cf6e
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",
}