提交 e0635305 编写于 作者: Y yangming_ha

remove product

Signed-off-by: Nyangming_ha <yangming_ha@163.com>
上级 c78a0a73
...@@ -89,14 +89,16 @@ group("ohos") { ...@@ -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) { if (!ohos_build_userspace_only) {
# Step 7: Add device and product target by default. # Step 7: Add device and product target by default.
deps += [ deps += [
"${device_path}/../", "${device_path}/../"
"${product_path}",
] ]
} }
deps += [
"${product_path}"
]
} else { } else {
deps += string_split(ohos_build_target, "&&") deps += string_split(ohos_build_target, "&&")
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册