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

Commit cac88853 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7083477 from c370c446 to sc-release

Change-Id: I9a3499627450627d7dc6e20caa6a7c2e1e6d33f5
parents 39893b2d c370c446
Loading
Loading
Loading
Loading
+0 −56
Original line number Diff line number Diff line
@@ -56,62 +56,6 @@
    }
  ],
  "presubmit" : [
    {
      "name" : "bluetooth_test_common",
      "host" : true
    },
    {
      "name" : "bluetoothtbd_test",
      "host" : true
    },
    {
      "name" : "net_test_avrcp",
      "host" : true
    },
    {
      "name" : "net_test_btcore",
      "host" : true
    },
    {
      "name" : "net_test_btm_iso",
      "host" : true
    },
    {
      "name" : "net_test_btpackets",
      "host" : true
    },
    {
      "name" : "net_test_eatt",
      "host" : true
    },
    {
      "name" : "net_test_types",
      "host" : true
    },
    {
      "name" : "net_test_btif_rc",
      "host" : true
    },
    {
      "name" : "net_test_stack_gatt_native",
      "host" : true
    },
    {
      "name" : "net_test_hci_fragmenter_native",
      "host" : true
    },
    {
      "name" : "net_test_hci_native",
      "host" : true
    },
    {
      "name" : "net_test_stack_a2dp_native",
      "host" : true
    },
    {
      "name" : "net_test_btif_config_cache",
      "host" : true
    },
    {
      "name" : "net_test_hf_client_add_record"
    },
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ cc_library_static {
        "packages/modules/Bluetooth/system/bta/sys",
        "packages/modules/Bluetooth/system/btif/include",
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/gd/rust/shim",
    ],
    srcs: [
        "a2dp_encoding.cc",
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ cc_defaults {
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/vnd/include",
        "packages/modules/Bluetooth/system/utils/include",
        "packages/modules/Bluetooth/system/gd/rust/shim",
    ],
    shared_libs: [
        "libcutils",
+2 −1
Original line number Diff line number Diff line
@@ -20,12 +20,13 @@

#include "bta/hf_client/bta_hf_client_int.h"
#include "bta/include/bta_hf_client_api.h"
#include "common/message_loop_thread.h"

namespace base {
class MessageLoop;
}  // namespace base

base::MessageLoop* get_main_message_loop() { return NULL; }
bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; }

namespace {
const RawAddress bdaddr1({0x11, 0x22, 0x33, 0x44, 0x55, 0x66});
+3 −0
Original line number Diff line number Diff line
@@ -47,4 +47,7 @@ cc_test {
        "libosi",
    ],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
}
Loading