aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>2022-05-27 15:10:47 -0700
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2022-06-02 22:28:18 +0000
commit60aabe84e99025954d0a183151ea73badb081574 (patch)
tree9de0a22afa310d240df0b2b0753be27bcdef6d05
parentc6e131555a2d210832f701859b043e350a588be7 (diff)
downloadcommon-60aabe84e99025954d0a183151ea73badb081574.tar.gz
Added libarect_headers to the allowed list
libarect was in the allowed list, now libarect_headers also is added Apex-Size-Increase: 0 Previous-Platform-Support: 29 (the same as min_sdk_version of libarect) Aosp-First: Yes. Test-Info: No behavior change. libarect has been in the allow list. The header variant of the lib is added as a dependency. Bug: 214411172 Test: Builds Change-Id: Id1fce9d809e9f334cc36f75868a98745504693b7 (cherry picked from commit 92cb3cb2b62081960cc1cbd4a799df9c71004533) Merged-In: Id1fce9d809e9f334cc36f75868a98745504693b7
-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 d4c15891..6d3e8896 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -308,6 +308,7 @@ libanyhow(minSdkVersion:29)
libapp_processes_protos_lite(minSdkVersion:(no version))
libapp_processes_protos_lite(minSdkVersion:30)
libarect(minSdkVersion:29)
+libarect_headers(minSdkVersion:29)
libasync_safe(minSdkVersion:apex_inherit)
libasyncio(minSdkVersion:(no version))
libasyncio(minSdkVersion:apex_inherit)