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.
Ignore-AOSP-First: Merge conflict resolution with aosp/2677359.
Test-Info: Verified build and launch of riscv64 targets.
Bug: 291150284
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e433f19cf71128bcb9db4404b1c4463700e70b32)
Merged-In: I340cc92af1c09b470e4a58259a843caf9022f6e9
Change-Id: I340cc92af1c09b470e4a58259a843caf9022f6e9
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt
index 2759efd..a8728d3 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -265,17 +265,20 @@
 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)
 dagger2(minSdkVersion:current)
 datastallprotosnano(minSdkVersion:29)
 dlmalloc(minSdkVersion:apex_inherit)