From 9527fa233e0d87422c47dc815ac17ad74a6107e0 Mon Sep 17 00:00:00 2001 From: zhangrengao Date: Tue, 6 Dec 2022 19:45:40 +0800 Subject: [PATCH] fixed b0ecb4e from https://gitee.com/zhangrengao1/ark_ts2abc/pulls/747 Fix proto static deps of libarkbase Issue: I64Y49 Signed-off-by: zhangrengao Change-Id: Ic33e51f399fe172ef43ada1e80c4a433aee54db8 --- merge_abc/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/merge_abc/BUILD.gn b/merge_abc/BUILD.gn index 67efc3cb02..d99ce82a27 100644 --- a/merge_abc/BUILD.gn +++ b/merge_abc/BUILD.gn @@ -135,6 +135,7 @@ ohos_source_set("assembly_proto_static") { deps = [ ":arkcompiler_generate_proto", + "$ark_root/libpandabase:libarkbase_frontend_static", "$ark_third_party_root/protobuf:protobuf_lite_static", "$ark_third_party_root/protobuf:protobuf_static", ] -- Gitee