From 31136a9eca23597dc0b33cf82753b1533c3bf5ba Mon Sep 17 00:00:00 2001 From: y30045862 Date: Fri, 18 Aug 2023 10:36:58 +0800 Subject: [PATCH] =?UTF-8?q?unittest=E7=94=A8=E4=BE=8B=E4=BD=BF=E7=94=A8bui?= =?UTF-8?q?ld/test.gni=E6=A8=A1=E7=89=88=20Signed-off-by:=20yangjingbo10?= =?UTF-8?q?=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2196ac5982cdd4f1af3584886a30bb9829dcac92 --- tests/utils/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/BUILD.gn b/tests/utils/BUILD.gn index 2e4508f88..aea2ba640 100644 --- a/tests/utils/BUILD.gn +++ b/tests/utils/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/ohos.gni") +import("//build/test.gni") import("//foundation/filemanagement/app_file_service/backup.gni") config("test_util_public_config") { -- Gitee