summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hridya Valsaraju <hridya@google.com> 2020-10-21 17:01:46 -0700
committer Hridya Valsaraju <hridya@google.com> 2020-10-21 22:09:44 -0700
commit87076a45be395371bcd7dba8316d547a36919f13 (patch)
treef704192632613308b2f87288d9b366aa0c351005
parent627ce86770dca98915d6d81b66841a15014019a0 (diff)
Add libdmabufheap to the list of allowed dependencies
It needs to be in the list since it is needed by codec2_vndk. It will eventually replace libion(also in the list). Test: m Bug: 168333162 Change-Id: If11d7e845bd4704f34f84435b5cac32b614312a8
-rw-r--r--apex/allowed_deps.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/allowed_deps.txt b/apex/allowed_deps.txt
index 07e78afb4..c7223c48d 100644
--- a/apex/allowed_deps.txt
+++ b/apex/allowed_deps.txt
@@ -278,6 +278,7 @@ libcutils_headers(minSdkVersion:29)
libcutils_sockets(minSdkVersion:29)
libdiagnose_usb(minSdkVersion:(no version))
libdl(minSdkVersion:(no version))
+libdmabufheap(minSdkVersion:29)
libeigen(minSdkVersion:(no version))
libfifo(minSdkVersion:29)
libFLAC(minSdkVersion:29)