From cae2054a01c785dd1a910980e69c6434c0fbe69c Mon Sep 17 00:00:00 2001 From: yuejianjun Date: Thu, 8 Jul 2021 11:13:28 +0800 Subject: [PATCH] Adaption for directory adjustment of device_hislicon_hi3516dv300 Signed-off-by: yuejianjun --- components/vendor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/vendor.json b/components/vendor.json index 77236d2..a977c9e 100755 --- a/components/vendor.json +++ b/components/vendor.json @@ -5,10 +5,10 @@ "description": "", "optional": "false", "dirs": [ - "device/hisilicon/build/hi3516dv300" + "device/hisilicon/build/hi3516dv300/liteos" ], "targets": [ - "//device/hisilicon/build/hi3516dv300:hi3516dv300_image" + "//device/hisilicon/build/hi3516dv300/liteos:hi3516dv300_image" ], "rom": "", "ram": "", -- GitLab