You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
575 B
26 lines
575 B
static_library("libbt-mtk_cust") { |
|
sources = [ |
|
"bta/mtk_bta_ag_cmd.cc", |
|
"bta/mtk_bta_av_act.cc", |
|
"btif/mtk_btif_av.cc", |
|
"btif/src/mtk_btif_rc.cc", |
|
"config/log_mode.cc", |
|
"config/log_time.cc", |
|
"config/mtk_stack_config.cc", |
|
"hci/fw_logger_filter.cc", |
|
"hci/fw_logger_switch.cc", |
|
"hci/hci_inbound_data_monitor.cc", |
|
"hci/twrite.cc", |
|
"interop/interop_mtk.cc", |
|
"stack/mtk_sdp_service.cc", |
|
] |
|
|
|
include_dirs = [ |
|
"include", |
|
"//", |
|
"//include", |
|
"//btcore/include", |
|
"//hci/include", |
|
"//stack/include", |
|
] |
|
}
|
|
|