diff options
| author | audahadi <wan.audahadi@gmail.com> | 2017-01-09 23:44:36 +0530 |
|---|---|---|
| committer | audahadi <wan.audahadi@gmail.com> | 2017-01-09 23:44:36 +0530 |
| commit | 660ca5bcfa6cdd5e137930ef5f7ea3eae8f6c15a (patch) | |
| tree | 06846103b97b17cbc2f989e1083d7a585bbc331f | |
| parent | 6828e62dff1642a73f734000ef844e3c451a6086 (diff) | |
use back prebuilt keystore
Change-Id: I458716884f84552bff266ad06b73df985111118a
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 73ffa8e..8136c14 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -128,6 +128,7 @@ TARGET_UNIFIED_DEVICE := true # Keymaster TARGET_KEYMASTER_WAIT_FOR_QSEE := true +TARGET_PROVIDES_KEYMASTER := true # Lights TARGET_PROVIDES_LIBLIGHT := true |
