summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2015-10-15 18:43:01 -0700
committerLee Campbell <leecam@google.com>2015-11-11 11:32:45 -0800
commit2f807bd1fdf7e4faea82ee00e30cf50086790f17 (patch)
tree9821461db6011fe6588d807371ab23093d36cba3
parent8687eb10cd6d77236618730f35c88668c650870f (diff)
downloadqcom-2f807bd1fdf7e4faea82ee00e30cf50086790f17.tar.gz
msm8916: Add default keystore HAL
Adding the sw keyscore BUG: 24873723 Change-Id: I9f365150a3fc0e106bf4f41f4d51dac8db509bd0
-rw-r--r--soc/msm8916/soc.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/soc/msm8916/soc.mk b/soc/msm8916/soc.mk
index 71371bc..7768810 100644
--- a/soc/msm8916/soc.mk
+++ b/soc/msm8916/soc.mk
@@ -49,6 +49,10 @@ TARGET_KERNEL_SRC := hardware/bsp/kernel/qcom/qcom-msm-3.10
TARGET_KERNEL_DEFCONFIG := msm8916-perf_defconfig
TARGET_KERNEL_CONFIGS := $(realpath $(LOCAL_PATH)/soc.kconf)
+# Default Keystore HAL
+DEVICE_PACKAGES += \
+ keystore.default
+
# Include prebuilts to detect audio devices.
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/prebuilts/audio.rc:system/etc/init/audio.rc \