From fecc81eb405cf729d96eff8da95d6a54da65b96d Mon Sep 17 00:00:00 2001 From: yudechen Date: Sat, 8 Oct 2022 18:29:50 +0800 Subject: [PATCH] add segment for bundle.json. Signed-off-by: yudechen Change-Id: Ib426710311002a29bd75ede6fcb30ec57974c7a7 --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index f2e5f75..c1f5f6d 100644 --- a/bundle.json +++ b/bundle.json @@ -7,6 +7,9 @@ "author": {}, "repository": "", "license": "Apache License 2.0", + "segment": { + "destPath": "commonlibrary/memory_utils" + }, "component": { "name": "memory_utils", "subsystem": "commonlibrary", -- Gitee