From 3440bcbaebf542aa28cbc5dfa9c38a028a3cbd17 Mon Sep 17 00:00:00 2001 From: libing23 Date: Tue, 18 Jan 2022 22:31:57 +0800 Subject: [PATCH] add rom/ram Signed-off-by: libing23 Signed-off-by: libing23 --- bundle.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundle.json b/bundle.json index ad2b7a8b8..d8a704711 100755 --- a/bundle.json +++ b/bundle.json @@ -16,6 +16,8 @@ "Systemcapability.Security.AccessToken" ], "adapted_system_type": [ "standard" ], + "rom": "2048KB", + "ram": "5102KB", "deps": { "components": [ "hiviewdfx_hilog_native", -- Gitee