Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23274a0a authored by Julien Desprez's avatar Julien Desprez Committed by Automerger Merge Worker
Browse files

Merge "Swich TEST_MAPPING config to unit_tests:true" am: db19e986 am: 33646cf9

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1534285

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I12964c9ab11f9f6e93d010a236d9a4fe053c0998
parents 3e8d44da 33646cf9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -269,6 +269,9 @@ cc_test {
        "gd_clang_coverage_bin",
    ],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
    target: {
        linux: {
            srcs: [
@@ -346,6 +349,9 @@ cc_test {
        "gd_clang_coverage_bin",
    ],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
    srcs: [
        ":BluetoothCommonSources",
        ":BluetoothPacketSources",

system/gd/TEST_MAPPING

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
{
  "presubmit" : [
    {
      "name" : "bluetooth_test_gd",
      "host" : true
    },
    {
      "name" : "bluetooth_packet_parser_test",
      "host" : true
    },
    {
      "name" : "bluetooth_flatbuffer_test",
      "host" : true
    }
  ]
}
+3 −0
Original line number Diff line number Diff line
@@ -121,6 +121,9 @@ cc_test {
    name: "bluetooth_flatbuffer_test",
    test_suites: ["device-tests"],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
    static_libs: [
        "libgmock",
        "libflatbuffers-cpp",