From 4b69c56fb82ba674967c9600be9e19449205bc64 Mon Sep 17 00:00:00 2001 From: taiyipei Date: Thu, 12 May 2022 00:28:34 -0700 Subject: [PATCH] fix build issue Signed-off-by: taiyipei --- app/bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/bundle.json b/app/bundle.json index 2da36fa..2f19a70 100755 --- a/app/bundle.json +++ b/app/bundle.json @@ -27,10 +27,10 @@ }, "build": { "sub_component": [ - "//applications/sample/wifi-iot/app" + "//applications/sample/wifi-iot/app:app" ], "inner_kits": [], "test": [] } } -} \ No newline at end of file +} -- GitLab