From 94ed8eac868c7159a90c642ee176cc80391a3714 Mon Sep 17 00:00:00 2001 From: renwei Date: Tue, 18 Jan 2022 20:08:55 +0800 Subject: [PATCH] fixed 1cd1d44 from https://gitee.com/dapaodexiaoyu2/security_selinux/pulls/23 add rom and ram info Signed-off-by: renwei Change-Id: If988c7ea656a59059bd4949b7545759b4fcdb74b --- bundle.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundle.json b/bundle.json index b26af929e..bebbd88a6 100755 --- a/bundle.json +++ b/bundle.json @@ -13,6 +13,8 @@ "name": "selinux", "subsystem": "security", "adapted_system_type": [ "standard" ], + "rom": "3072KB", + "ram": "3072KB", "deps": { "components": [], "third_party": [ -- Gitee