From b489b1ad1e118046ea72d564a6d1620853b14b49 Mon Sep 17 00:00:00 2001 From: xxlight Date: Thu, 4 May 2023 12:09:49 +0800 Subject: [PATCH] Description: Remove unused configs Issue: https://gitee.com/openharmony/commonlibrary_c_utils/issues/I703QR Signed-off-by: xxlight Change-Id: I96a6269d62142d600e0a086441cc16183928ab10 --- base/BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/base/BUILD.gn b/base/BUILD.gn index 644a3d4..2cd3c3d 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -33,10 +33,6 @@ config("utils_coverage_config") { } } -config("utils_all_dependent_configs") { - include_dirs = [ "include" ] -} - config("debug_log_enabled") { visibility = [ ":*" ] defines = [ "DEBUG_UTILS" ] -- Gitee