From 2e20043b65d2a9216cdbd9fd875ad5d12d148f70 Mon Sep 17 00:00:00 2001 From: Jiakai Zhang Date: Fri, 12 Nov 2021 21:19:04 +0000 Subject: [PATCH] Add new allowed dependency "libc++fs". Bug: 205276874 Test: m nothing Apex-Size-Increase: 40KB (or 0.1% of the ART APEX) Previous-Platform-Support: yes (The library is statically linked.) Aosp-First: yes Test-Info: See above Change-Id: I46d086079c0b0fa83455f898fb7328b94c761fb4 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index ea73a1b..320e163 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -293,6 +293,7 @@ libc++(minSdkVersion:apex_inherit) libc++_static(minSdkVersion:apex_inherit) libc++abi(minSdkVersion:apex_inherit) libc++demangle(minSdkVersion:apex_inherit) +libc++fs(minSdkVersion:apex_inherit) libc_headers(minSdkVersion:apex_inherit) libc_headers_arch(minSdkVersion:apex_inherit) libc_llndk_headers(minSdkVersion:apex_inherit)