From e06353057c1b8946823d322cda781ed8879b177e Mon Sep 17 00:00:00 2001 From: yangming_ha Date: Thu, 8 Jul 2021 06:31:47 -0700 Subject: [PATCH] remove product Signed-off-by: yangming_ha --- BUILD.gn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index c3e1712..d9e5c54 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -89,14 +89,16 @@ group("ohos") { } } } - # Skip device and product target for userspace only scenario. + # Skip device target for userspace only scenario. if (!ohos_build_userspace_only) { # Step 7: Add device and product target by default. deps += [ - "${device_path}/../", - "${product_path}", + "${device_path}/../" ] } + deps += [ + "${product_path}" + ] } else { deps += string_split(ohos_build_target, "&&") } -- GitLab