diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-09-12 12:18:43 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | a6bc0939a7fdcc830fc267663514918ed4d6690a (patch) | |
tree | fc52ee44b3a472fce74652f2ed2531cce38a3c22 | |
parent | 5b65c1136893b2697fb3f96bf6b715c424a66c58 (diff) |
sdm660-common: add /persist as an extra root folder
Change-Id: Ifa7e2912a0ccf07b8c3ca4dd25d23640add4183b
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bc73610..0cff71a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -222,6 +222,8 @@ BOARD_ROOT_EXTRA_SYMLINKS := \ TARGET_COPY_OUT_VENDOR := vendor TARGET_USERIMAGES_USE_EXT4 := true +BOARD_ROOT_EXTRA_FOLDERS := persist + TARGET_USES_MKE2FS := true TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs |