Loading system/bta/Android.bp +0 −9 Original line number Diff line number Diff line Loading @@ -373,7 +373,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -429,7 +428,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -473,7 +471,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -594,7 +591,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_defaults", "mts_defaults", ], Loading Loading @@ -689,7 +685,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -789,7 +784,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -842,7 +836,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -916,7 +909,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -974,7 +966,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading system/bta/has/has_client.cc +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ #include "bta_groups.h" #include "bta_has_api.h" #include "bta_le_audio_uuids.h" #include "btm_int.h" #include "btm_sec.h" #include "device/include/controller.h" #include "gap_api.h" Loading system/build/Android.bp +0 −33 Original line number Diff line number Diff line Loading @@ -298,36 +298,3 @@ cc_defaults { }, }, } // Enables code coverage for a set of source files. Must be combined with // "clang_coverage_bin" in order to work. See //test/gen_coverage.py for more information // on generating code coverage. cc_defaults { name: "clang_file_coverage", target: { glibc: { cflags: [ "-fcoverage-mapping", "-fprofile-instr-generate", ], }, }, } // Enabled code coverage on a binary. These flags allow libraries that were // compiled with "clang_file_coverage" to be properly linked together in // order to create a binary that will create a profraw file when ran. Note // these flags themselves don't enable code coverage for the source files // compiled in the binary. See //test/gen_coverage.py for more information // on generating code coverage. cc_defaults { name: "clang_coverage_bin", target: { glibc: { ldflags: [ "-fcoverage-mapping", "-fprofile-instr-generate", ], }, }, } system/common/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ package { cc_library_static { name: "libbt-common", defaults: [ "clang_file_coverage", "fluoride_basic_defaults", ], host_supported: true, Loading Loading @@ -46,7 +45,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_defaults", "mts_defaults", ], Loading system/gd/Android.bp +0 −37 Original line number Diff line number Diff line Loading @@ -53,39 +53,6 @@ cc_defaults { header_libs: ["jni_headers"], } // Enables code coverage for a set of source files. Must be combined with // "clang_coverage_bin" in order to work. See //test/gen_coverage.py for more information // on generating code coverage. cc_defaults { name: "gd_clang_file_coverage", target: { glibc: { cflags: [ "-fcoverage-mapping", "-fprofile-instr-generate", ], }, }, } // Enabled code coverage on a binary. These flags allow libraries that were // compiled with "clang_file_coverage" to be properly linked together in // order to create a binary that will create a profraw file when ran. Note // these flags themselves don't enable code coverage for the source files // compiled in the binary. See //test/gen_coverage.py for more information // on generating code coverage. cc_defaults { name: "gd_clang_coverage_bin", target: { glibc: { ldflags: [ "-fcoverage-mapping", "-fprofile-instr-generate", ], }, }, } cc_defaults { name: "gd_clang_tidy", tidy: true, Loading Loading @@ -139,7 +106,6 @@ cc_defaults { cc_defaults { name: "libbluetooth_gd_defaults", defaults: [ "gd_clang_file_coverage", "gd_defaults", "libchrome_support_defaults", ], Loading Loading @@ -270,7 +236,6 @@ cc_library { cc_binary { name: "bluetooth_stack_with_facade", defaults: [ "gd_clang_coverage_bin", "gd_defaults", "libchrome_support_defaults", ], Loading Loading @@ -352,7 +317,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "gd_clang_coverage_bin", "gd_defaults", "libchrome_support_defaults", "mts_defaults", Loading Loading @@ -450,7 +414,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "gd_clang_coverage_bin", "gd_defaults", "libchrome_support_defaults", "mts_defaults", Loading Loading
system/bta/Android.bp +0 −9 Original line number Diff line number Diff line Loading @@ -373,7 +373,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -429,7 +428,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -473,7 +471,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -594,7 +591,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_defaults", "mts_defaults", ], Loading Loading @@ -689,7 +685,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -789,7 +784,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -842,7 +836,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -916,7 +909,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading Loading @@ -974,7 +966,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_bta_defaults", "mts_defaults", ], Loading
system/bta/has/has_client.cc +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ #include "bta_groups.h" #include "bta_has_api.h" #include "bta_le_audio_uuids.h" #include "btm_int.h" #include "btm_sec.h" #include "device/include/controller.h" #include "gap_api.h" Loading
system/build/Android.bp +0 −33 Original line number Diff line number Diff line Loading @@ -298,36 +298,3 @@ cc_defaults { }, }, } // Enables code coverage for a set of source files. Must be combined with // "clang_coverage_bin" in order to work. See //test/gen_coverage.py for more information // on generating code coverage. cc_defaults { name: "clang_file_coverage", target: { glibc: { cflags: [ "-fcoverage-mapping", "-fprofile-instr-generate", ], }, }, } // Enabled code coverage on a binary. These flags allow libraries that were // compiled with "clang_file_coverage" to be properly linked together in // order to create a binary that will create a profraw file when ran. Note // these flags themselves don't enable code coverage for the source files // compiled in the binary. See //test/gen_coverage.py for more information // on generating code coverage. cc_defaults { name: "clang_coverage_bin", target: { glibc: { ldflags: [ "-fcoverage-mapping", "-fprofile-instr-generate", ], }, }, }
system/common/Android.bp +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ package { cc_library_static { name: "libbt-common", defaults: [ "clang_file_coverage", "fluoride_basic_defaults", ], host_supported: true, Loading Loading @@ -46,7 +45,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "clang_coverage_bin", "fluoride_defaults", "mts_defaults", ], Loading
system/gd/Android.bp +0 −37 Original line number Diff line number Diff line Loading @@ -53,39 +53,6 @@ cc_defaults { header_libs: ["jni_headers"], } // Enables code coverage for a set of source files. Must be combined with // "clang_coverage_bin" in order to work. See //test/gen_coverage.py for more information // on generating code coverage. cc_defaults { name: "gd_clang_file_coverage", target: { glibc: { cflags: [ "-fcoverage-mapping", "-fprofile-instr-generate", ], }, }, } // Enabled code coverage on a binary. These flags allow libraries that were // compiled with "clang_file_coverage" to be properly linked together in // order to create a binary that will create a profraw file when ran. Note // these flags themselves don't enable code coverage for the source files // compiled in the binary. See //test/gen_coverage.py for more information // on generating code coverage. cc_defaults { name: "gd_clang_coverage_bin", target: { glibc: { ldflags: [ "-fcoverage-mapping", "-fprofile-instr-generate", ], }, }, } cc_defaults { name: "gd_clang_tidy", tidy: true, Loading Loading @@ -139,7 +106,6 @@ cc_defaults { cc_defaults { name: "libbluetooth_gd_defaults", defaults: [ "gd_clang_file_coverage", "gd_defaults", "libchrome_support_defaults", ], Loading Loading @@ -270,7 +236,6 @@ cc_library { cc_binary { name: "bluetooth_stack_with_facade", defaults: [ "gd_clang_coverage_bin", "gd_defaults", "libchrome_support_defaults", ], Loading Loading @@ -352,7 +317,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "gd_clang_coverage_bin", "gd_defaults", "libchrome_support_defaults", "mts_defaults", Loading Loading @@ -450,7 +414,6 @@ cc_test { test_suites: ["device-tests"], defaults: [ "bluetooth_gtest_x86_asan_workaround", "gd_clang_coverage_bin", "gd_defaults", "libchrome_support_defaults", "mts_defaults", Loading