add the css-what notice

Signed-off-by: lixingchi1 <lixingchi1@huawei.com>
This commit is contained in:
lixingchi1
2023-12-23 21:19:29 +08:00
parent fe2f3e9abe
commit 229fd5a968
+8 -3
View File
@@ -13,8 +13,13 @@
import("//build/ohos.gni")
ohos_copy("css_what_sources") {
sources = [ "src" ]
outputs = [ target_out_dir + "/../jsframework/runtime" ]
ohos_prebuilt_etc("css_what_sources") {
source = "src"
output = "../jsframework/runtime"
license_file = "LICENSE"
install_enable = false
part_name = "css-what"
subsystem_name = "thirdparty"
}