mirror of
https://gitee.com/openharmony/developtools_hdc
synced 2024-11-27 17:20:32 +00:00
update build
Signed-off-by: faithwang <wangyanteng@huawei.com>
This commit is contained in:
parent
0fe140dd8b
commit
3216b9a724
4
BUILD.gn
4
BUILD.gn
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user