diff options
| author | TheStrix <parthbhatia98@gmail.com> | 2015-12-12 11:12:54 -0500 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-03-15 17:05:04 -0700 |
| commit | 25d415a4f8d28f5769044c8d7ac983aa65b4faa1 (patch) | |
| tree | de59f703d7d0a00b6f148e11d1dff62c17934341 | |
| parent | 2686ccf77caf528a6336162c2a0df7fdf9c23bc1 (diff) | |
msm8916: Set TARGET_KEYMASTER_WAIT_FOR_QSEE := true
Change-Id: Ife7aa45e01e94bb3748fd31a95a0f07d46f0b68e
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3a1466a..44e4e6b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -122,6 +122,9 @@ TARGET_QCOM_NO_FM_FIRMWARE := true TARGET_INIT_VENDOR_LIB := libinit_msm TARGET_PLATFORM_DEVICE_BASE := /devices/soc.0/ +# Keymaster +TARGET_KEYMASTER_WAIT_FOR_QSEE := true + # Malloc MALLOC_IMPL := dlmalloc |
