提交 35a3f7ce 编写于 作者: W w00438353

Change namespace from zidane to harmony

Change-Id: I4a35fb43d9c8595242a32e8ff46d69d1d7354517
上级 75fc6617
# Copyright (C) 2018. Huawei Technologies Co., Ltd. All rights reserved.
import("//build/zidane.gni")
import("//build/harmonyos.gni")
config("libft2_config"){
cflags = [
]
......@@ -8,7 +8,7 @@ config("libft2_config"){
]
}
zidane_source_set("libft2_src") {
harmonyos_source_set("libft2_src") {
sources = [
"src/autofit/autofit.c",
"src/base/ftbase.c",
......@@ -58,7 +58,7 @@ zidane_source_set("libft2_src") {
configs = [ ":libft2_config" ]
}
zidane_shared_library("libft2") {
harmonyos_shared_library("libft2") {
deps = [
":libft2_src",
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册