aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2024-02-27 18:59:43 +0900
committerJustin Yun <justinyun@google.com>2024-02-27 19:03:00 +0900
commit82393a96483855b4558cf0e4d7154196f555d2f1 (patch)
tree39019f662600cc649a88ad7ca9589cacc2134dcd
parent72792da94f8fd8ccfca719c81a512f202bf535b3 (diff)
downloadcommon-82393a96483855b4558cf0e4d7154196f555d2f1.tar.gz
Add libvendorsupport_llndk_headers to the allowed_deps.txt
libvendorsupport_llndk_headers provides __INTRODUCED_IN_LLNDK that is available to all c modules. Apex-Size-Increase: none (c macros) Previous-Platform-Support: yes Aosp-First: yes Test-Info: build test for the header lib Bug: 302113279 Test: TH Change-Id: I213c461b675efd08bcfd5d5e6314efd6667f6fd6
-rw-r--r--build/allowed_deps.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt
index a9bf8e16..4aa74725 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -860,6 +860,7 @@ libutils_headers(minSdkVersion:30)
libutils_headers(minSdkVersion:apex_inherit)
libuwb_aconfig_flags_rust(minSdkVersion:33)
libuwb_uci_packets(minSdkVersion:Tiramisu)
+libvendorsupport_llndk_headers(minSdkVersion:apex_inherit)
libvorbisidec(minSdkVersion:29)
libvpx(minSdkVersion:29)
libwavextractor(minSdkVersion:29)