mirror of
https://github.com/openharmony/third_party_opengles.git
synced 2026-07-01 04:39:50 -04:00
Compile static library
Change-Id: I285ab58f2a7b53a373523ff74fc5747fb651cb1a Signed-off-by: itihobaev <tihobaev.ilya@huawei-partners.com>
This commit is contained in:
@@ -16,6 +16,6 @@ config("libGLES_public_config") {
|
||||
include_dirs = [ "api" ]
|
||||
}
|
||||
|
||||
ohos_source_set("libGLES") {
|
||||
ohos_static_library("libGLES") {
|
||||
public_configs = [ ":libGLES_public_config" ]
|
||||
}
|
||||
|
||||
+9
-1
@@ -27,7 +27,15 @@
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"inner_kits": [
|
||||
{
|
||||
"name": "//third_party/openGLES:libGLES",
|
||||
"header": {
|
||||
"header_files": [],
|
||||
"header_base": "//third_party/openGLES/api/"
|
||||
}
|
||||
}
|
||||
],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user