From d7a2d6accb5fac9db59308aae3937339297a3644 Mon Sep 17 00:00:00 2001 From: jiangzhijun8 Date: Wed, 13 Nov 2024 10:33:49 +0800 Subject: [PATCH] Issue:https://gitee.com/openharmony/commonlibrary_memory_utils/issues/IB3YCQ Signed-off-by: jiangzhijun8 --- purgeable_mem_config.gni | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 purgeable_mem_config.gni diff --git a/purgeable_mem_config.gni b/purgeable_mem_config.gni deleted file mode 100644 index 86166c2..0000000 --- a/purgeable_mem_config.gni +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions -# and limitations under the License. - -declare_args() { - memory_utils_purgeable_ashmem_enable = false -} -- Gitee