From 27ff7226cfe4ef3f3f2cbb03a8df6923471e9f05 Mon Sep 17 00:00:00 2001 From: jiangzhijun8 Date: Thu, 30 May 2024 16:05:54 +0800 Subject: [PATCH] Issue: https://gitee.com/openharmony/ability_ability_runtime/issues/I9TGJJ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment: 独立编译整改 Signed-off-by: jiangzhijun8 --- purgeable_mem_config.gni | 3 --- 1 file changed, 3 deletions(-) diff --git a/purgeable_mem_config.gni b/purgeable_mem_config.gni index 50ca1c8..021323f 100644 --- a/purgeable_mem_config.gni +++ b/purgeable_mem_config.gni @@ -11,6 +11,3 @@ # See the License for the specific language governing permissions and # limitations under the License. -declare_args() { - memory_utils_purgeable_ashmem_enable = false -} -- Gitee