From ef263e59de672b1e55f048466ac731f1b5f753dd Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Wed, 28 Feb 2024 07:50:48 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9libmtdev?= =?UTF-8?q?=E9=83=A8=E4=BB=B6=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 8b50d4e..932947f 100644 --- a/bundle.json +++ b/bundle.json @@ -27,7 +27,15 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/mtdev:libmtdev", + "header": { + "header_files": [], + "header_base": "//third_party/mtdev" + } + } + ], "test": [] } } -- Gitee From b9c3c22fdf87eefe0877c3dc04625ec308846f75 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Tue, 12 Mar 2024 03:32:35 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9inner=5Fapi=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 932947f..a6d9415 100644 --- a/bundle.json +++ b/bundle.json @@ -29,10 +29,10 @@ "sub_component": [], "inner_kits": [ { - "name": "//third_party/mtdev:libmtdev", + "name": "//third_party/mtdev/patch:apply_patch", "header": { "header_files": [], - "header_base": "//third_party/mtdev" + "header_base": "//third_party/mtdev/patch" } } ], -- Gitee