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

Commit 27cf138c authored by Chris Manton's avatar Chris Manton
Browse files

Remove internal_include directory path from build files

Bug: 315041282
Test: m .
Flag: EXEMPT, build file inclusion path removal

Change-Id: I45d8e52ae5049b0701d4104ca19174cda8ec8c33
parent 84e5c8c9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ static_library("audio_hal_interface") {
  include_dirs = [
    "//bt/system/bta/include",
    "//bt/system/btif/include",
    "//bt/system/internal_include",
    "//bt/system/stack/include",
    "//bt/system/gd/rust/shim",
  ]
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ cc_defaults {
        "packages/modules/Bluetooth/system/btif/avrcp",
        "packages/modules/Bluetooth/system/btif/include",
        "packages/modules/Bluetooth/system/gd",
        "packages/modules/Bluetooth/system/internal_include",
        "packages/modules/Bluetooth/system/stack/btm",
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/udrv/include",
+0 −3
Original line number Diff line number Diff line
@@ -140,8 +140,6 @@ static_library("bta") {
    "//bt/system/linux_include",
    "//bt/system/bta",
    "//bt/system/gd",
    "//bt/system/internal_include",
    "//bt/system/internal_include",
    "//bt/system/stack/include",
    "//bt/system/stack/btm",
    "//bt/system/udrv/include",
@@ -225,7 +223,6 @@ if (use.test) {
      "include",
      "//bt/system/",
      "//bt/system/bta",
      "//bt/system/internal_include",
      "//bt/system/stack/btm",
    ]

+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ btifCommonIncludes = [
    "packages/modules/Bluetooth/system/btif/include",
    "packages/modules/Bluetooth/system/gd",
    "packages/modules/Bluetooth/system/include",
    "packages/modules/Bluetooth/system/internal_include",
    "packages/modules/Bluetooth/system/stack/include",
]

+0 −1
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@ static_library("btif") {
    "//bt/system/stack/btm",
    "//bt/system/stack/l2cap",
    "//bt/system/stack/include",
    "//bt/system/internal_include",
    "//bt/system/udrv/include",
    "//bt/system/vnd/include",
    "//bt/system/profile/avrcp",
Loading