From df00dcd0962fbbdfe04252af5acd872504a9169d Mon Sep 17 00:00:00 2001 From: 18242988924 Date: Sat, 27 Jan 2024 08:25:03 +0000 Subject: [PATCH] add dependency Signed-off-by: 18242988924 Change-Id: Ia5e85bf8415c9673ca59e4a6ebd02af2adc6ac60 --- test/unittest/bm/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittest/bm/BUILD.gn b/test/unittest/bm/BUILD.gn index 1a691ab..ccf559d 100644 --- a/test/unittest/bm/BUILD.gn +++ b/test/unittest/bm/BUILD.gn @@ -20,6 +20,7 @@ config("tools_bm_config_mock") { include_dirs = [ "${inner_api_path}/appexecfwk_base/include", "${inner_api_path}/appexecfwk_base/include/quick_fix", + "${inner_api_path}/appexecfwk_core/include", "${inner_api_path}/appexecfwk_core/include/bundlemgr", "${bundle_framework_path}/services/bundlemgr/include", "${bundle_framework_path}/services/bundlemgr/include/quick_fix", -- Gitee