aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-05-05 14:12:15 -0700
committerWilliam Escande <wescande@google.com>2022-05-07 16:24:30 -0700
commit857d008969900151611f52ce865de32f156286f3 (patch)
treee34142821a689f44afc422b7099d61f0c28e7e99
parent52ef4e0e12eb21d3fc2dac0f99a0ba442a177b3f (diff)
downloadcommon-857d008969900151611f52ce865de32f156286f3.tar.gz
Add libldac in the apex available
The ldac libs are statically link by the bluetooth module and this was not needed as long as the library was a cc_library_static. But if we do that, we need to remove from the gsi/current.txt and they are not willing to do that in case partner depend on it Apex-Size-Increase: 0 Test-Info: build - the same library as before only now we link it statically Aosp-First: yes Previous-Platform-Support: yes Bug: 226572369 Test: Build Merged-In: I4c0bad6ad8efdf236305c747284f3a0954bcbbf9 Change-Id: I4c0bad6ad8efdf236305c747284f3a0954bcbbf9 (cherry picked from commit c2debcd803fec158baf4507c862c8922ca5f5364)
-rw-r--r--build/allowed_deps.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt
index add71b9c..40a3b0bb 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -515,6 +515,8 @@ libkll(minSdkVersion:30)
libkll-encoder(minSdkVersion:30)
libkll-protos(minSdkVersion:30)
liblazy_static(minSdkVersion:29)
+libldacBT_abr(minSdkVersion:Tiramisu)
+libldacBT_enc(minSdkVersion:Tiramisu)
liblibc(minSdkVersion:29)
liblibc.rust_sysroot(minSdkVersion:29)
libLibGuiProperties(minSdkVersion:29)