diff options
Diffstat (limited to 'system/common/Android.bp')
-rw-r--r-- | system/common/Android.bp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/system/common/Android.bp b/system/common/Android.bp index e23b8f17ec..8007573283 100644 --- a/system/common/Android.bp +++ b/system/common/Android.bp @@ -10,7 +10,7 @@ package { cc_library_static { name: "libbt-common", defaults: [ - "fluoride_defaults", + "fluoride_basic_defaults", "clang_file_coverage", ], host_supported: true, @@ -33,18 +33,12 @@ cc_library_static { target: { android: { srcs: ["metrics.cc"], - shared_libs: ["libstatslog_bt"], }, host: { srcs: ["metrics_linux.cc"], }, }, - shared_libs: [ - "libcrypto", - ], - static_libs: [ - "libbt-protos-lite", - ], + min_sdk_version: "Tiramisu" } cc_test { @@ -106,6 +100,8 @@ cc_test { "test/thread_performance_test.cc", ], shared_libs: [ + "android.hardware.bluetooth@1.0", + "android.hardware.bluetooth@1.1", "liblog", ], static_libs: [ |