From c2debcd803fec158baf4507c862c8922ca5f5364 Mon Sep 17 00:00:00 2001 From: William Escande Date: Thu, 5 May 2022 14:12:15 -0700 Subject: [PATCH] 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 Change-Id: I4c0bad6ad8efdf236305c747284f3a0954bcbbf9 --- build/allowed_deps.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 7c57d73..3922af9 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -431,6 +431,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)