From c5ee1617775ad078e80a01eb54b84f6a7617f551 Mon Sep 17 00:00:00 2001 From: RingKing <1300547600@qq.com> Date: Sat, 13 Jan 2024 07:09:50 +0000 Subject: [PATCH] enable ohos_components_support Signed-off-by: RingKing <1300547600@qq.com> --- core/gn/dotfile.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/gn/dotfile.gn b/core/gn/dotfile.gn index b520e8947b..18692e5226 100755 --- a/core/gn/dotfile.gn +++ b/core/gn/dotfile.gn @@ -23,3 +23,6 @@ root = "//build/core/gn" script_executable = "/usr/bin/env" exec_script_whitelist = ohos_exec_script_config.exec_script_allowlist + +# Enable OpenHarmony components for gn. +ohos_components_support = true -- Gitee