From 8557ae1c4869c7240e7ca9bd1b22e15bb9eee215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=BA=B7=E5=BA=B7?= Date: Wed, 23 Nov 2022 17:17:48 +0800 Subject: [PATCH] =?UTF-8?q?tdd=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖康康 --- frameworks/test/moduletest/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/test/moduletest/config.json b/frameworks/test/moduletest/config.json index 46e2a9f39..62e9c869b 100644 --- a/frameworks/test/moduletest/config.json +++ b/frameworks/test/moduletest/config.json @@ -28,6 +28,7 @@ "package": "com.example.myapplication", "name": ".MyApplication", "deviceType": [ + "default", "phone" ], "distro": { -- Gitee