mirror of
https://github.com/openharmony/device_hisilicon_hispark_aries.git
synced 2026-07-18 16:44:30 -04:00
115038f7e3
Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: Ie0ec0265fe8be504fa4c2a5464531885ce7e6a73
9 lines
217 B
Plaintext
Executable File
9 lines
217 B
Plaintext
Executable File
# Copyright (C) 2020 Hisilicon (Shanghai) Technologies Co., Ltd. All rights reserved.
|
|
|
|
group("hispark_aries") {
|
|
deps = []
|
|
if (ohos_kernel_type == "liteos_a") {
|
|
deps += [ "sdk_liteos/mpp:copy_mpp_libs" ]
|
|
}
|
|
}
|