update build

Signed-off-by: faithwang <wangyanteng@huawei.com>
This commit is contained in:
faithwang 2022-02-15 15:14:17 +08:00
parent 0fe140dd8b
commit 3216b9a724
2 changed files with 3 additions and 4 deletions

View File

@ -56,9 +56,6 @@ ohos_executable("hdcd") {
"src/daemon/shell.cpp",
"src/daemon/system_depend.cpp",
]
if (is_mac) {
hdc_support_uart = false
}
sources += hdc_common_sources
@ -121,7 +118,6 @@ ohos_executable("hdc_std") {
]
if (is_mac) {
defines += [ "HOST_MAC" ]
hdc_support_uart = false
}
if (hdc_debug) {
defines += [ "HDC_DEBUG" ]

View File

@ -16,6 +16,9 @@ declare_args() {
hdc_debug = false
hdc_host_hide_debug_win = true
hdc_support_uart = true
if (is_mac) {
hdc_support_uart = false
}
hdc_test_coverage = false
hdc_jdwp_test = false
js_jdwp_connect = true