From 7fd3554cb71d3393025ef06cfa963588e0f75cb8 Mon Sep 17 00:00:00 2001 From: zhuzhihui7 Date: Thu, 21 Nov 2024 11:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4?= =?UTF-8?q?=E6=94=B9import=E5=85=B6=E5=AE=83=E9=9D=9Ebuild=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E5=A4=96=E7=9A=84=E6=A8=A1=E5=9D=97=E7=9A=84gni?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 15d0c3d..8e74b0b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni") +import("//build/config/components/ets_frontend/es2abc_config.gni") import("//build/ohos.gni") es2abc_gen_abc("gen_decimal_abc") { -- Gitee