提交 e0635305 编写于 作者: Y yangming_ha

remove product

Signed-off-by: Nyangming_ha <yangming_ha@163.com>
上级 c78a0a73
......@@ -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, "&&")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册