diff options
Diffstat (limited to 'system/stack/Android.bp')
-rw-r--r-- | system/stack/Android.bp | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/system/stack/Android.bp b/system/stack/Android.bp index 5553fc7e99..ee06f0b3fa 100644 --- a/system/stack/Android.bp +++ b/system/stack/Android.bp @@ -137,6 +137,7 @@ cc_library_static { ], static_libs: [ "libbt-hci", + "libbt-platform-protos-lite", "libbt-stack-core", ], whole_static_libs: [ @@ -289,6 +290,7 @@ cc_library_static { "libbluetooth_core_rs", "libbluetooth_gd", "libbt-hci", + "libbt-platform-protos-lite", ], shared_libs: [ "libPlatformProperties", @@ -392,7 +394,10 @@ cc_fuzz { ":TestMockStackMetrics", "fuzzers/sdp_fuzzer.cc", ], - static_libs: ["libbluetooth-types"], + static_libs: [ + "libbluetooth-types", + "libbt-platform-protos-lite", + ], } cc_fuzz { @@ -434,6 +439,7 @@ cc_fuzz { ], static_libs: [ "libbluetooth-types", + "libbt-platform-protos-lite", "libgmock", ], } @@ -472,6 +478,7 @@ cc_fuzz { ], static_libs: [ "libbluetooth-types", + "libbt-platform-protos-lite", "libgmock", ], } @@ -510,6 +517,7 @@ cc_fuzz { ], static_libs: [ "libbluetooth-types", + "libbt-platform-protos-lite", "libgmock", ], } @@ -550,6 +558,7 @@ cc_fuzz { ], static_libs: [ "libbluetooth-types", + "libbt-platform-protos-lite", "libgmock", "libosi", ], @@ -595,6 +604,7 @@ cc_fuzz { ], static_libs: [ "libbluetooth-types", + "libbt-platform-protos-lite", "libgmock", ], target: { @@ -745,6 +755,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-common", + "libbt-platform-protos-lite", "libchrome", "libevent", "libgmock", @@ -824,6 +835,7 @@ cc_test { static_libs: [ "libbluetooth-types", "libbluetooth_gd", + "libbt-platform-protos-lite", "libchrome", "libevent", "libgmock", @@ -1228,6 +1240,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-common", + "libbt-platform-protos-lite", "libchrome", "libevent", "libgmock", @@ -1457,6 +1470,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-common", + "libbt-platform-protos-lite", "libbt-sbc-decoder", "libbt-sbc-encoder", "libbtdevice", @@ -1565,6 +1579,7 @@ cc_test { static_libs: [ "libbluetooth-types", "libbt-common", + "libbt-platform-protos-lite", "libbtdevice", "libbte", "libchrome", @@ -1639,6 +1654,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-common", + "libbt-platform-protos-lite", "libbtdevice", "libchrome", "libevent", @@ -1722,6 +1738,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-common", + "libbt-platform-protos-lite", "libbtdevice", "libchrome", "libevent", @@ -1806,6 +1823,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-common", + "libbt-platform-protos-lite", "libbtdevice", "libchrome", "libevent", @@ -1894,6 +1912,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-common", + "libbt-platform-protos-lite", "libbtdevice", "libchrome", "libevent", @@ -1964,6 +1983,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-common", + "libbt-platform-protos-lite", "libchrome", "libgmock", "liblog", |