mirror of
https://github.com/openharmony/build_lite.git
synced 2026-06-30 21:27:56 -04:00
Descriptor: Get the product_path error
issue:https://gitee.com/openharmony/build/issues/I6EBZA?from=project-issue Signed-off-by: lwx1153805 <longshining2@huawei.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class Product():
|
||||
else:
|
||||
product_path = p_config_path
|
||||
if product_name is not None:
|
||||
subsystem_config_overlay_path = config.product_path + '/subsystem_config_overlay.json'
|
||||
subsystem_config_overlay_path = product_path + '/subsystem_config_overlay.json'
|
||||
if os.path.isfile(subsystem_config_overlay_path):
|
||||
yield {
|
||||
'company': company,
|
||||
|
||||
Reference in New Issue
Block a user