summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Nathan <ralphnathan@google.com>2016-01-22 13:32:36 -0800
committerRalph Nathan <ralphnathan@google.com>2016-01-22 13:58:33 -0800
commit3a8bc2da7f9ba01d054a8600a449c46b76f7426d (patch)
treeb8bd9ba1303e308f3c97045205217f163231e014
parentdc88d4681e2026205853fddc52ec6eb4dc34ddaf (diff)
downloadqcom-3a8bc2da7f9ba01d054a8600a449c46b76f7426d.tar.gz
Add lights hal to image.
The lights hal is not being used for the msm8916. Add it to the soc.mki file. BUG=26744898 TEST=lights hal is present in system/lib/hw Change-Id: I064ec706e84e1a62a7798c96999615bb2b2ae9ba
-rw-r--r--soc/msm8916/soc.mk18
1 files changed, 11 insertions, 7 deletions
diff --git a/soc/msm8916/soc.mk b/soc/msm8916/soc.mk
index 8371d9f..f84b38c 100644
--- a/soc/msm8916/soc.mk
+++ b/soc/msm8916/soc.mk
@@ -38,9 +38,9 @@ BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 131072
PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/init.msm8916.rc:root/init.msm8916.rc \
- system/core/rootdir/init.usb.rc:root/init.usb.rc \
- system/core/rootdir/ueventd.rc:root/ueventd.rc \
+ $(LOCAL_PATH)/init.msm8916.rc:root/init.msm8916.rc \
+ system/core/rootdir/init.usb.rc:root/init.usb.rc \
+ system/core/rootdir/ueventd.rc:root/ueventd.rc \
# TODO: Move common/prebuilts/sepolicy include to audio_prebuilts.mk
BOARD_SEPOLICY_DIRS += \
@@ -80,12 +80,16 @@ TARGET_USES_QCOM_MM_AUDIO := true
DEVICE_PACKAGES += \
audio.primary.msm8916
+# Include Qualcomm Lights HAL implementation.
+DEVICE_PACKAGES += \
+ lights.msm8916 \
+
# Install DragonBoard-specific audio policy, audio effects config, media codecs and mixer path files.
PRODUCT_COPY_FILES += \
- hardware/bsp/qcom/soc/msm8916/audio-config/audio_policy.conf:system/etc/audio_policy.conf \
- hardware/bsp/qcom/soc/msm8916/audio-config/audio_effects.conf:system/etc/audio_effects.conf \
- hardware/bsp/qcom/soc/msm8916/audio-config/mixer_paths_sbc.xml:system/etc/mixer_paths_sbc.xml \
- hardware/bsp/qcom/soc/msm8916/audio-config/media_codecs_8916.xml:system/etc/media_codecs.xml
+ hardware/bsp/qcom/soc/msm8916/audio-config/audio_policy.conf:system/etc/audio_policy.conf \
+ hardware/bsp/qcom/soc/msm8916/audio-config/audio_effects.conf:system/etc/audio_effects.conf \
+ hardware/bsp/qcom/soc/msm8916/audio-config/mixer_paths_sbc.xml:system/etc/mixer_paths_sbc.xml \
+ hardware/bsp/qcom/soc/msm8916/audio-config/media_codecs_8916.xml:system/etc/media_codecs.xml
# Include prebuilts to detect audio devices.
PRODUCT_COPY_FILES += \