From 7e62d1b4f97bfb6b1c9ead19417af509b663a862 Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Tue, 30 Apr 2024 09:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E5=8C=BA=E4=BA=8C=E8=BF=9B=E5=88=B6?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=A7=BB=E5=88=B0tzdata=E4=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangdd_ewan --- bundle.json | 4 +--- data/BUILD.gn | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/bundle.json b/bundle.json index 196ae4e..d76298a 100644 --- a/bundle.json +++ b/bundle.json @@ -43,9 +43,7 @@ "rom": "", "ram": "", "deps": { - "components": [ - "tzdata" - ], + "components": [], "third_party": [] }, "build": { diff --git a/data/BUILD.gn b/data/BUILD.gn index 2d1182c..9fdf93f 100644 --- a/data/BUILD.gn +++ b/data/BUILD.gn @@ -50,8 +50,5 @@ group("icu_tzdata") { ":windowsZones", ":zoneinfo64", ] - external_deps = [ - "//third_party/tzdata/data:zoneinfo" - ] } }