diff options
Diffstat (limited to 'system/btif/Android.bp')
-rw-r--r-- | system/btif/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/btif/Android.bp b/system/btif/Android.bp index a46b91b506..7ef85e905c 100644 --- a/system/btif/Android.bp +++ b/system/btif/Android.bp @@ -150,6 +150,7 @@ cc_library_static { "libaudio-a2dp-hw-utils", "libbluetooth-types", "libbt-audio-hal-interface", + "libbt-platform-protos-lite", "libbt-stack", "libbt-stack-core", "libbtif-core", @@ -227,6 +228,7 @@ cc_library_static { "lib-bt-packets-base", "libaudio-a2dp-hw-utils", "libbt-audio-hal-interface", + "libbt-platform-protos-lite", "libbt-stack-core", "libstatslog_bt", ], @@ -418,6 +420,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-common", + "libbt-platform-protos-lite", "libchrome", "libevent", ], @@ -599,6 +602,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-audio-hal-interface", + "libbt-platform-protos-lite", "libbt-sbc-decoder", "libbt-sbc-encoder", "libbt-stack", @@ -733,6 +737,7 @@ cc_test { "libbluetooth-types", "libbluetooth_gd", "libbt-audio-hal-interface", + "libbt-platform-protos-lite", "libbt-sbc-decoder", "libbt-sbc-encoder", "libbtdevice", |