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
This commit is contained in:
Justin Yun 2024-02-27 18:43:34 +09:00
parent fb97c97932
commit 2768cf6ea2

View file

@ -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",
}