From d85d40bcef2ac8676453dc496027c5ac1e8b01e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E4=B8=80=E9=B8=A3?= Date: Fri, 21 Feb 2025 01:49:59 +0000 Subject: [PATCH] update purgeable_mem_config.gni. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 蔡一鸣 --- purgeable_mem_config.gni | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/purgeable_mem_config.gni b/purgeable_mem_config.gni index 86166c2..55c29c1 100644 --- a/purgeable_mem_config.gni +++ b/purgeable_mem_config.gni @@ -11,6 +11,4 @@ # See the License for the specific language governing permissions # and limitations under the License. -declare_args() { - memory_utils_purgeable_ashmem_enable = false -} +import("//build/config/components/memory_utils/purgeable_mem_config.gni") -- Gitee