提交 58608654 编写于 作者: Z zleoyu

为vkgl添加编译条件

编译ohcore时,vkgl应该被关闭编译
Signed-off-by: Nzleoyu <zhangleiyu1@huawei.com>
Change-Id: I79fd1583ee67e7806baee6fdf7fbbd731bde5aac
上级 2d8c4f06
...@@ -20,11 +20,13 @@ group("graphic") { ...@@ -20,11 +20,13 @@ group("graphic") {
"graphicColorSpace:ActsColorSpaceManagerTest", "graphicColorSpace:ActsColorSpaceManagerTest",
"graphicnapidrawingtest:ActsGraphicNapiDrawingTest", "graphicnapidrawingtest:ActsGraphicNapiDrawingTest",
"graphicnapitest:ActsGraphicNapiTest", "graphicnapitest:ActsGraphicNapiTest",
"vkgl:cpvkgl",
"webGL:webGL_hap_test", "webGL:webGL_hap_test",
"windowStage:ActsWindowStageTest", "windowStage:ActsWindowStageTest",
"windowstandard:window_hap_test", "windowstandard:window_hap_test",
] ]
if (!(product_name == "ohcore")) {
deps += [ "vkgl:cpvkgl" ]
}
} else { } else {
deps = [ deps = [
"appaccount:appaccount_hap", "appaccount:appaccount_hap",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册