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

Commit 295bb332 authored by Myles Watson's avatar Myles Watson
Browse files

Remove gd/ from message_loop_thread.h

Bug: 301661850
Test: mma -j32
Flag: EXEMPT, inclusion path changes
Change-Id: Ib1741d8afc9f80144995121bf05a4a23983a21d1
parent 177fd73f
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -124,7 +124,10 @@ cc_test {
        "mts_defaults",
    ],
    test_suites: ["general-tests"],
    include_dirs: ["packages/modules/Bluetooth/system"],
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/gd",
    ],
    host_supported: true,
    srcs: [
        "test/thread_performance_test.cc",
@@ -149,7 +152,10 @@ cc_benchmark {
        "fluoride_defaults",
    ],
    host_supported: true,
    include_dirs: ["packages/modules/Bluetooth/system"],
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/gd",
    ],
    srcs: [
        "benchmark/thread_performance_benchmark.cc",
    ],
+2 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@
#include <thread>

#include "abstract_message_loop.h"
#include "gd/common/contextual_callback.h"
#include "gd/common/i_postable_context.h"
#include "common/contextual_callback.h"
#include "common/i_postable_context.h"

namespace bluetooth {

+1 −2
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ group("mmc") {
pkg_config("target_defaults") {
  include_dirs = [
    "//bt/system",
    "//bt/system/gd",
    "//bt/system/include",
    "//bt/system/stack",
    "//bt/system/stack/include",
@@ -112,7 +113,6 @@ if (use.test) {
      "//bt/system/test/common/mock_functions.cc",
    ]
    include_dirs = [
      "//bt/system/gd",
      "//bt/system/types",
    ]
    configs += [
@@ -137,7 +137,6 @@ if (use.test) {
      "//bt/system/test/common/mock_functions.cc",
    ]
    include_dirs = [
      "//bt/system/gd",
      "//bt/system/types",
    ]
    configs += [