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

Commit 68777762 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

audio_hal_interface: add //bt/internal_include to include

It has some include files which needs internal_include/bt_target.h

Tag: #floss
Bug: 190730870
Test: compile on chromeos
Change-Id: Ib5740f0af7845539dcd60ad38e9df37c1e45fda2
parent 473c9136
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ static_library("audio_hal_interface") {
  include_dirs = [
    "//bt/bta/include",
    "//bt/btif/include",
    "//bt/internal_include",
    "//bt/stack/include",
    "//bt/gd/rust/shim",
  ]