aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-07-26 10:32:26 -0700
committerPrashanth Swaminathan <prashanthsw@google.com>2023-07-27 00:31:40 +0000
commitdc63d0da62a3b87d80dfd4cc6cb6538fd0c4783a (patch)
treecc3bc138e1ef7dafdc7a2cf181a7afb7a8722065
parentfdcc39e8a490c3a4366f062ebafcd13a5565db1e (diff)
downloadcommon-dc63d0da62a3b87d80dfd4cc6cb6538fd0c4783a.tar.gz
Add VIC crt files to allowed deps
When building riscv64 targets, the minimum version is VIC, which includes the crt libraries when building mainline modules for riscv64. These dependencies do not appear when building for other architectures. Apex-Size-Increase: None, libs do not appear outside of riscv64 targets. Previous-Platform-Support: Not a new dep, just new SDK versions. Aosp-First: AOSP-first Test-Info: Verified build and launch of riscv64 targets. Bug: 291150284 Merged-In: I340cc92af1c09b470e4a58259a843caf9022f6e9 Change-Id: If11ef302026b99378f6be308b63217d4e08bd6da
-rw-r--r--build/allowed_deps.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt
index 70a5d024..00225d65 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -258,17 +258,20 @@ crtbegin_so(minSdkVersion:16)
crtbegin_so(minSdkVersion:30)
crtbegin_so(minSdkVersion:apex_inherit)
crtbegin_so(minSdkVersion:current)
+crtbegin_so(minSdkVersion:VanillaIceCream)
crtbegin_so1(minSdkVersion:apex_inherit)
crtbrand(minSdkVersion:16)
crtbrand(minSdkVersion:30)
crtbrand(minSdkVersion:apex_inherit)
crtbrand(minSdkVersion:current)
+crtbrand(minSdkVersion:VanillaIceCream)
crtend_android(minSdkVersion:16)
crtend_android(minSdkVersion:apex_inherit)
crtend_so(minSdkVersion:16)
crtend_so(minSdkVersion:30)
crtend_so(minSdkVersion:apex_inherit)
crtend_so(minSdkVersion:current)
+crtend_so(minSdkVersion:VanillaIceCream)
datastallprotosnano(minSdkVersion:29)
dlmalloc(minSdkVersion:apex_inherit)
dnsproxyd_protocol_headers(minSdkVersion:29)