Skip to content
Snippets Groups Projects
Commit 30d32d33 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Update Linux BUILD.gn files

Test: build with ninja
Change-Id: I4993dae7f76479da9bfad70aae88cc51fd7127d5
parent 4fd1b4b2
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ static_library("bta") {
"hh/bta_hh_le.cc",
"hh/bta_hh_main.cc",
"hh/bta_hh_utils.cc",
"hd/bta_hd_utils.cc",
"hd/bta_hd_act.cc",
"hd/bta_hd_api.cc",
"hd/bta_hd_main.cc",
......
......@@ -17,10 +17,17 @@
static_library("stack") {
sources = [
"a2dp/a2dp_api.cc",
"a2dp/a2dp_codec_config.cc",
"a2dp/a2dp_sbc.cc",
"a2dp/a2dp_sbc_encoder.cc",
"a2dp/a2dp_sbc_up_sample.cc",
"a2dp/a2dp_vendor.cc",
"a2dp/a2dp_vendor_aptx.cc",
"a2dp/a2dp_vendor_aptx_encoder.cc",
"a2dp/a2dp_vendor_aptx_hd.cc",
"a2dp/a2dp_vendor_aptx_hd_encoder.cc",
"a2dp/a2dp_vendor_ldac.cc",
"a2dp/a2dp_vendor_ldac_encoder.cc",
"avct/avct_api.cc",
"avct/avct_bcb_act.cc",
"avct/avct_ccb.cc",
......@@ -213,6 +220,7 @@ executable("stack_unittests") {
"//osi",
"//btcore",
"//device",
"//embdrv/sbc",
"//hci",
"//main:bluetooth.default",
"//third_party/googletest:gmock_main",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment