From 808bb5911145c5bfd5c53e8c2a1bd7f6c1132461 Mon Sep 17 00:00:00 2001 From: Ralph Nathan Date: Mon, 19 Oct 2015 14:43:19 -0700 Subject: General cleanup. Add some comments to soc.mk. Change-Id: Ia9ed063f1f0db8d54eab4515756b003a33fa6f7e --- soc/msm8916/soc.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/soc/msm8916/soc.mk b/soc/msm8916/soc.mk index 279dde4..dc8bbbb 100644 --- a/soc/msm8916/soc.mk +++ b/soc/msm8916/soc.mk @@ -49,12 +49,15 @@ TARGET_KERNEL_SRC := hardware/bsp/kernel/qcom/qcom-msm-3.10 TARGET_KERNEL_DEFCONFIG := msm8916-perf_defconfig $(call add_kernel_configs, $(realpath $(LOCAL_PATH)/soc.kconf)) -# Default Keystore HAL +# Default Keystore HAL. +DEVICE_PACKAGES += \ + keystore.default + +# Default Bool Control HAL. DEVICE_PACKAGES += \ - keystore.default \ bootctrl.default -# Include Qualcomm Audio HAL implementation +# Include Qualcomm Audio HAL implementation. DEVICE_PACKAGES += \ audio.primary.msm8916 -- cgit v1.2.3