From 2569a64fe2a73cca2d578bf2eef016906426ed8c Mon Sep 17 00:00:00 2001 From: cwx1272435 Date: Tue, 9 Jul 2024 03:49:12 +0000 Subject: [PATCH] 0709 Signed-off-by: cwx1272435 --- purgeable_mem_config.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/purgeable_mem_config.gni b/purgeable_mem_config.gni index 50ca1c8..86166c2 100644 --- a/purgeable_mem_config.gni +++ b/purgeable_mem_config.gni @@ -8,8 +8,8 @@ # 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. +# See the License for the specific language governing permissions +# and limitations under the License. declare_args() { memory_utils_purgeable_ashmem_enable = false -- Gitee