mirror of
https://github.com/openharmony/third_party_egl.git
synced 2026-07-21 04:25:21 -04:00
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
# Copyright (c) 2021-2023 Huawei Device Co., Ltd.
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
@@ -13,10 +13,10 @@
|
||||
|
||||
config("libEGL_public_config") {
|
||||
include_dirs = [ "api" ]
|
||||
defines = [
|
||||
"ENABLE_EGL",
|
||||
"OHOS_PLATFORM",
|
||||
]
|
||||
defines = [ "ENABLE_EGL" ]
|
||||
if (current_os == "ohos") {
|
||||
defines += [ "OHOS_PLATFORM" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("libEGL") {
|
||||
|
||||
Reference in New Issue
Block a user