summaryrefslogtreecommitdiff
path: root/system/stack/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'system/stack/Android.bp')
-rw-r--r--system/stack/Android.bp50
1 files changed, 0 insertions, 50 deletions
diff --git a/system/stack/Android.bp b/system/stack/Android.bp
index 783117ddc3..2ac6a4e91e 100644
--- a/system/stack/Android.bp
+++ b/system/stack/Android.bp
@@ -87,7 +87,6 @@ cc_library_static {
"a2dp/a2dp_vendor_aptx_hd.cc",
"a2dp/a2dp_vendor_aptx_hd_encoder.cc",
"a2dp/a2dp_vendor_ldac.cc",
- "a2dp/a2dp_vendor_ldac_decoder.cc",
"a2dp/a2dp_vendor_ldac_encoder.cc",
"a2dp/a2dp_vendor_opus.cc",
"a2dp/a2dp_vendor_opus_decoder.cc",
@@ -1357,7 +1356,6 @@ cc_test {
"a2dp/a2dp_vendor_aptx_hd.cc",
"a2dp/a2dp_vendor_aptx_hd_encoder.cc",
"a2dp/a2dp_vendor_ldac.cc",
- "a2dp/a2dp_vendor_ldac_decoder.cc",
"a2dp/a2dp_vendor_ldac_encoder.cc",
"a2dp/a2dp_vendor_opus.cc",
"a2dp/a2dp_vendor_opus_decoder.cc",
@@ -1414,54 +1412,6 @@ cc_test {
header_libs: ["libbluetooth_headers"],
}
-cc_test {
- name: "net_test_stack_a2dp_native",
- defaults: [
- "fluoride_defaults",
- "mts_defaults",
- ],
- test_suites: ["general-tests"],
- host_supported: true,
- test_options: {
- unit_test: true,
- },
- include_dirs: [
- "external/libldac/inc",
- "packages/modules/Bluetooth/system",
- "packages/modules/Bluetooth/system/gd",
- "packages/modules/Bluetooth/system/stack/include",
- ],
- srcs: [
- "a2dp/a2dp_vendor_ldac_decoder.cc",
- "test/a2dp/a2dp_vendor_ldac_decoder_test.cc",
- "test/a2dp/misc_fake.cc",
- ],
- aidl: {
- libs: ["bluetooth_constants"],
- },
- shared_libs: [
- "libbinder",
- "libcrypto",
- "libcutils",
- ],
- static_libs: [
- "libbase",
- "libbluetooth_crypto_toolbox",
- "libbluetooth_log",
- "libbt-common",
- "libchrome",
- "libcom.android.sysprop.bluetooth.wrapped",
- "liblog",
- "libosi",
- ],
- sanitize: {
- address: true,
- cfi: true,
- misc_undefined: ["bounds"],
- },
- header_libs: ["libbluetooth_headers"],
-}
-
// gatt sr hash test
cc_test {
name: "net_test_stack_gatt_sr_hash_native",