From 479ff72516380fcbf5a77e0bc87d36b768ed7741 Mon Sep 17 00:00:00 2001 From: xingyuanfeng Date: Sat, 9 Aug 2025 07:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xingyuanfeng --- BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 11f42d3ff1e..d386e73dd38 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -11,4 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + + import("//build/ohos.gni") + -- Gitee