From 60aabe84e99025954d0a183151ea73badb081574 Mon Sep 17 00:00:00 2001 From: Harish Mahendrakar Date: Fri, 27 May 2022 15:10:47 -0700 Subject: [PATCH] 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 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index d4c1589..6d3e889 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)