From 2cc8fffb61161d9d49778cd47fdab92ae10a00ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=8E=E6=98=9F?= Date: Tue, 23 Apr 2024 17:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BBcommonlibrary=5Fmemory=5Futil?= =?UTF-8?q?s=E7=9A=84declare=5Fargs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈明星 --- purgeable_mem_config.gni | 3 --- 1 file changed, 3 deletions(-) diff --git a/purgeable_mem_config.gni b/purgeable_mem_config.gni index bb87215..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() { - purgeable_ashmem_enable = false -} -- Gitee