From e28dbe7a03d77d10d39b6902034722945c4ca5b5 Mon Sep 17 00:00:00 2001 From: Gymee Date: Mon, 14 Feb 2022 18:44:39 +0800 Subject: [PATCH] change test moudule_output_path Signed-off-by: Gymee Change-Id: I61c61293e829759a2fdce2fa9eba11798ef83cc1 --- services/core/test/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/test/BUILD.gn b/services/core/test/BUILD.gn index 86c797e..ec5ff78 100755 --- a/services/core/test/BUILD.gn +++ b/services/core/test/BUILD.gn @@ -15,7 +15,7 @@ import("//build/ohos.gni") import("//build/ohos_var.gni") import("//build/test.gni") -module_output_path = "deviceprofile/deviceprofiletest" +module_output_path = "device_profile_core/deviceprofiletest" device_profile_path = "//foundation/deviceprofile/device_profile_core" device_profile_innerkits = "${device_profile_path}/interfaces/innerkits"