mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 15:10:30 +00:00
commit
ca28d2cd05
@ -20,6 +20,6 @@ uicast_configs = {
|
||||
|
||||
if (defined(global_parts_info) &&
|
||||
defined(global_parts_info.castplus_cast_engine)) {
|
||||
uicast_configs.uicast_defines = [ "UICAST_COMPONENT_SUPPORTED" ]
|
||||
uicast_configs.uicast_enable = true
|
||||
uicast_configs.uicast_defines = []
|
||||
uicast_configs.uicast_enable = false
|
||||
}
|
||||
|
@ -86,7 +86,7 @@ ohos_shared_library("ace_uicontent") {
|
||||
]
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
if (!use_mingw_win && !use_mac && !use_linux &&
|
||||
defined(uicast_configs.uicast_enable)) {
|
||||
defined(uicast_configs.uicast_enable) && uicast_configs.uicast_enable) {
|
||||
sources +=
|
||||
[ "${ace_root}/interfaces/inner_api/ace/uicast/uicast_subscriber.cpp" ]
|
||||
external_deps += [
|
||||
|
Loading…
Reference in New Issue
Block a user