From bd9ab50667b78a7b06958d49d9db0d1953c0cba4 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 17 Dec 2020 10:56:04 -0800 Subject: [PATCH] LRAP->DAP Test: none Change-Id: I96d597c3444f8f30e091fa1f049766de0a0cffb0 --- fs_mgr/README.overlayfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs_mgr/README.overlayfs.md b/fs_mgr/README.overlayfs.md index ca782b927..94b2f8c0b 100644 --- a/fs_mgr/README.overlayfs.md +++ b/fs_mgr/README.overlayfs.md @@ -8,8 +8,8 @@ Users working with userdebug or eng builds expect to be able to remount the system partition as read-write and then add or modify any number of files without reflashing the system image, which is efficient for a development cycle. -Limited memory systems use read-only types of file systems or logical resizable -Android partitions (LRAPs). These file systems land system partition images +Limited memory systems use read-only types of file systems or dynamic +Android partitions (DAPs). These file systems land system partition images right-sized, and have been deduped at the block level to compress the content. This means that a remount either isn’t possible, or isn't useful because of space limitations or support logistics.