From db549c349cf6ba538f49fe2f70dc51636360cba0 Mon Sep 17 00:00:00 2001 From: yudechen Date: Tue, 27 Sep 2022 15:36:32 +0800 Subject: [PATCH] add segment for bundle.json. Signed-off-by: yudechen Change-Id: I04687f392db0807c6c8894f8d338d4cc614528eb --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index 17cce0a..0aa9398 100644 --- a/bundle.json +++ b/bundle.json @@ -7,6 +7,9 @@ "author": {}, "repository": "", "license": "Apache License 2.0", + "segment": { + "destPath": "utils/memory" + }, "component": { "name": "utils_memory", "subsystem": "utils", -- Gitee