From 5e2d67b3f453c75f9fe5c147b5d397a15ace5a48 Mon Sep 17 00:00:00 2001 From: jiyong_sd Date: Sat, 7 May 2022 16:09:11 +0800 Subject: [PATCH] fixed 4f3c8f3 from https://gitee.com/qu-xianfei/xts_acts/pulls/3129 modified Build.gn Signed-off-by: jiyong_sd Change-Id: I8c2fcd27a50b4195f10d4699d3982397aa89df84 --- build_lite/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 6a47de241..bac114d5b 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -131,6 +131,5 @@ generate_notice_file("acts_notice_file") { "//third_party/googletest", "//third_party/unity", "//third_party/bounds_checking_function", - "//third_party/iniparser", ] } -- GitLab