From fa6a6d25120295a398be0abcaa559f55532f469b Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Fri, 22 Mar 2024 07:24:06 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!33=20:?= =?UTF-8?q?=20=E9=83=A8=E4=BB=B6=E5=8C=96=E6=95=B4=E6=94=B9'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index ca146d0..9bcda86 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -10,7 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/ohos.gni") + config("libEGL_public_config") { include_dirs = [ "api" ] defines = [ "ENABLE_EGL" ] @@ -19,6 +19,6 @@ config("libEGL_public_config") { } } -ohos_static_library("libEGL") { +group("libEGL") { public_configs = [ ":libEGL_public_config" ] } -- Gitee