Skip to content

Commit 8829f2f

Browse files
Linux build fix
Test: manual Change-Id: I5c86e96b9bb1cee5b535ea1fa6ba0b6d078a9b09
1 parent 79962a0 commit 8829f2f

File tree

4 files changed

+2
-22
lines changed

4 files changed

+2
-22
lines changed

BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ group("bluetooth") {
2525
deps = [
2626
"//main:bluetooth.default",
2727
"//service:bluetoothtbd",
28-
"//vendor_libs:vendor-libs",
2928
]
3029
}
3130

system/btif/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ static_library("btif") {
7878
include_dirs = [
7979
"include",
8080
"//",
81+
"//audio_a2dp_hw/include",
8182
"//bta/include",
8283
"//bta/sys",
8384
"//btcore/include",

system/stack/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ static_library("stack") {
2929
"a2dp/a2dp_vendor_aptx_hd.cc",
3030
"a2dp/a2dp_vendor_aptx_hd_encoder.cc",
3131
"a2dp/a2dp_vendor_ldac.cc",
32+
"a2dp/a2dp_vendor_ldac_abr.cc",
3233
"a2dp/a2dp_vendor_ldac_encoder.cc",
3334
"avct/avct_api.cc",
3435
"avct/avct_bcb_act.cc",

system/vendor_libs/BUILD.gn

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)