diff options
author | Neeraj Soni <neersoni@codeaurora.org> | 2020-07-14 11:28:44 +0530 |
---|---|---|
committer | Neeraj Soni <neersoni@codeaurora.org> | 2020-07-14 11:32:49 +0530 |
commit | 3d27b18e525ce459e389172466e9bf6d5a3c9063 (patch) | |
tree | eb72cf3ac66544fb9367e7f9f3540df70ba30d10 | |
parent | 61c0f63ca8a9af00ca24c8d974a8d58e4579d23a (diff) |
Add new fstabs to support multiple encryption options
This is needed to support devices with different encryption
parameters where encryption type can be controlled by user.
Bug: 159975425
Change-Id: I3015156dece2a43f83ec003ae9af155fdf69df43
Signed-off-by: Neeraj Soni <neersoni@codeaurora.org>
-rw-r--r-- | base.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -309,6 +309,8 @@ INIT += enable_swap.sh INIT += init.mdm.sh INIT += fstab.qcom INIT += fstab.qti +INIT += fstab.default +INIT += fstab.emmc INIT += init.qcom.sensors.sh INIT += init.qcom.crashdata.sh INIT += init.qcom.vendor.rc |