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

Commit 6222a1c8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove build variables that are no longer used"

parents 8bc88b19 a3718524
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -61,15 +61,5 @@ func globalDefaults(ctx android.BaseContext) ([]string, []string) {
    cflags = append(cflags, "-DHAS_NO_BDROID_BUILDCFG")
  }

  board_bt_hcilp_included := ctx.DeviceConfig().BtHcilpIncluded()
  if (len(board_bt_hcilp_included) > 0) {
      cflags = append(cflags, "-DHCILP_INCLUDED=" + board_bt_hcilp_included)
  }

  board_bt_hci_use_mct := ctx.DeviceConfig().BtHciUseMct()
  if (board_bt_hci_use_mct) {
      cflags = append(cflags, "-DHCI_USE_MCT")
  }

  return cflags, includeDirs
}