summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2015-10-15 18:43:01 -0700
committerLee Campbell <leecam@google.com>2015-10-15 18:45:55 -0700
commite9374d14cd573d59eb946880ab6c9663469b02f9 (patch)
tree727729e32b6ad8e8b24d9c9511dfc29029b5f318
parent8700b6f672d0111dbaa5ec4f029ddaba5110dc60 (diff)
downloadqcom-e9374d14cd573d59eb946880ab6c9663469b02f9.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 \