diff options
author | 2023-08-31 05:27:19 +0000 | |
---|---|---|
committer | 2023-08-31 18:49:32 +0000 | |
commit | bc88b0f47693da60d9d1a70626f2c8686945c4a6 (patch) | |
tree | c5469a63c3afbfb7493e962a8506dfeecd6654e0 /system/build | |
parent | 7fe5997a413f69c751d1c226c4f78943253fd439 (diff) |
Remove libbt-platform-protos-lite from fluoride_defaults
Bug: 279502784
Test: mmm packages/modules/Bluetooth
Change-Id: I53ea156f98c9392f9bc15e629799fbfefd5f7bb2
Diffstat (limited to 'system/build')
-rw-r--r-- | system/build/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp index 6a40a16f6d..9ea1dfd4df 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -33,7 +33,6 @@ cc_defaults { }, defaults: ["fluoride_types_defaults_fuzzable"], static_libs: [ - "libbt-platform-protos-lite", "libbt_shim_bridge", "libbt_shim_ffi", ], |