!154 修改purgeable特性开关名称

Merge pull request !154 from lixiang/enable_name
This commit is contained in:
openharmony_ci 2024-05-27 08:02:04 +00:00 committed by Gitee
commit 3126f4f9aa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -74,6 +74,9 @@
"//commonlibrary/memory_utils/libmeminfo/test:libmeminfo_test",
"//commonlibrary/memory_utils/libpurgeablemem/test:libpurgeablemem_test"
]
}
},
"features": [
"memory_utils_purgeable_ashmem_enable"
]
}
}

View File

@ -12,5 +12,5 @@
# limitations under the License.
declare_args() {
purgeable_ashmem_enable = false
memory_utils_purgeable_ashmem_enable = false
}