diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2018-01-28 19:23:05 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-02-03 19:30:32 +0100 |
commit | 807a47e9d1934449c272ab933df6772e7987ae5e (patch) | |
tree | f163f6c7f0ef1b95949313650cda4053f489d8ad /BoardConfigCommon.mk | |
parent | ac5fe1147af2acb7b4b711253006d7f27097f12d (diff) |
msm8996: cryptfs: wait for qseecomd
Change-Id: I5a56d08679b42055bea1ece57b5216dc331c6ed4
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 28d5e8b..2466a57 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -111,6 +111,7 @@ BOARD_USES_QCNE := true # Crypto TARGET_HW_DISK_ENCRYPTION := true +TARGET_KEYMASTER_WAIT_FOR_QSEE := true # Dex ifeq ($(HOST_OS),linux) |