mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-27 01:00:50 +00:00
Fixed codecheck issue
Signed-off-by: itihobaev <tihobaev.ilya@huawei-partners.com> Change-Id: I3e288266ea78834d39c40af32558091f44615e15
This commit is contained in:
parent
5c2d3f1637
commit
dcc740c268
@ -53,7 +53,7 @@ if (current_os != "ohos") {
|
||||
group("EGL") {
|
||||
public_external_deps = [
|
||||
"egl:libEGL",
|
||||
"opengles:libGLES"
|
||||
"opengles:libGLES",
|
||||
]
|
||||
}
|
||||
} else {
|
||||
@ -85,7 +85,7 @@ if (current_os != "ohos") {
|
||||
|
||||
public_external_deps = [
|
||||
"egl:libEGL",
|
||||
"opengles:libGLES"
|
||||
"opengles:libGLES",
|
||||
]
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
@ -139,9 +139,9 @@ ohos_shared_library("GLESv1") {
|
||||
public_configs = [ ":glesv1_public_config" ]
|
||||
|
||||
public_external_deps = [
|
||||
"egl:libEGL",
|
||||
"opengles:libGLES"
|
||||
]
|
||||
"egl:libEGL",
|
||||
"opengles:libGLES",
|
||||
]
|
||||
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
|
||||
@ -179,9 +179,9 @@ ohos_shared_library("GLESv2") {
|
||||
public_configs = [ ":glesv2_public_config" ]
|
||||
|
||||
public_external_deps = [
|
||||
"egl:libEGL",
|
||||
"opengles:libGLES"
|
||||
]
|
||||
"egl:libEGL",
|
||||
"opengles:libGLES",
|
||||
]
|
||||
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
|
||||
@ -213,7 +213,7 @@ if (current_os != "ohos") {
|
||||
group("GLESv3") {
|
||||
public_external_deps = [
|
||||
"egl:libEGL",
|
||||
"opengles:libGLES"
|
||||
"opengles:libGLES",
|
||||
]
|
||||
}
|
||||
} else {
|
||||
@ -225,7 +225,7 @@ if (current_os != "ohos") {
|
||||
|
||||
public_external_deps = [
|
||||
"egl:libEGL",
|
||||
"opengles:libGLES"
|
||||
"opengles:libGLES",
|
||||
]
|
||||
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
|
Loading…
Reference in New Issue
Block a user