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

Commit 27740026 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes I53a67135,I235ca85f,If3180282 am: 7c0d7635 am: 0463ca05

parents 30366e7a 0463ca05
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
{
  "presubmit" : [
    {
      "name" : "VtsHalBluetoothTargetTest"
      "name" : "VtsHalBluetoothTargetTest",
      "options": [
        {
          // TODO(b/275847929)
          "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Cdd_C_12_1_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default"
        }
      ]
    }
  ]
}
+15 −1
Original line number Diff line number Diff line
@@ -13,7 +13,17 @@ cc_test {
        "VtsHalTargetTestDefaults",
        "use_libaidlvintf_gtest_helper_static",
    ],
    srcs: ["VtsHalBluetoothTargetTest.cpp"],
    srcs: [
        "VtsHalBluetoothTargetTest.cpp",
        ":BluetoothPacketSources",
        ":BluetoothHciPacketSources",
    ],
    generated_headers: [
        "BluetoothGeneratedPackets_h",
    ],
    include_dirs: [
        "packages/modules/Bluetooth/system/gd",
    ],
    shared_libs: [
        "libbase",
        "libbinder_ndk",
@@ -45,4 +55,8 @@ cc_test {
    tidy_flags: [
        "--header-filter=^.*tools\\/rootcanal\\/(model|include|net|desktop)\\/(.(?!\\.pb\\.h))*$",
    ],
    tidy_disabled_srcs: [
        ":BluetoothPacketSources",
        ":BluetoothHciPacketSources",
    ],
}
+359 −294

File changed.

Preview size limit exceeded, changes collapsed.