summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-06-22 01:32:30 (GMT)
committer Gerrit Code Review <gituser@droid04>2018-06-22 01:32:30 (GMT)
commit31d5aff58a0be0839af2108b8ce165272695dea6 (patch)
tree9fc85050582e3918d7efd57c44ee86ca9537b5d9
parentb50c8803ac7598295fdef23a658a88f967e75ca6 (diff)
parent486ae409128995224533d83ef36eaed65becc3a4 (diff)
downloaddarwin-31d5aff58a0be0839af2108b8ce165272695dea6.zip
darwin-31d5aff58a0be0839af2108b8ce165272695dea6.tar.gz
darwin-31d5aff58a0be0839af2108b8ce165272695dea6.tar.bz2
Merge "darwin: enable HW keymaster on P[1/1]" into p-amlogic
Diffstat
-rw-r--r--darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin.mk b/darwin.mk
index 3fd5852..d5f0bc2 100644
--- a/darwin.mk
+++ b/darwin.mk
@@ -274,7 +274,7 @@ endif
ifeq ($(BOARD_WIDEVINE_OEMCRYPTO_LEVEL), 1)
TARGET_USE_OPTEEOS := true
TARGET_ENABLE_TA_SIGN := false
-TARGET_USE_HW_KEYMASTER := false
+TARGET_USE_HW_KEYMASTER := true
endif
$(call inherit-product, device/amlogic/common/media.mk)