ANDROID: GKI: enable CONFIG_EXT4_FS_POSIX_ACL.

This is required on devices without sdcardfs.

Bug: 158733532
Bug: 161415296
Test: manual
Change-Id: I21d6ee488b7e4a094260cffc654a4c9dc3392081
Signed-off-by: Martijn Coenen <maco@google.com>
(cherry picked from commit 2f8b07b33144e9a831baa69f1df7b7eb8ea52aad)
Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
Martijn Coenen 2020-06-15 22:06:36 +02:00 committed by Will McVicker
parent 5ed9b546b0
commit 84e816e753
2 changed files with 2 additions and 0 deletions

View File

@ -413,6 +413,7 @@ CONFIG_ANDROID_BINDERFS=y
CONFIG_LIBNVDIMM=y
# CONFIG_ND_BLK is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_F2FS_FS=y
CONFIG_F2FS_FS_SECURITY=y

View File

@ -343,6 +343,7 @@ CONFIG_ANDROID_BINDERFS=y
CONFIG_LIBNVDIMM=y
# CONFIG_ND_BLK is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_F2FS_FS=y