summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Nathan <ralphnathan@google.com>2016-01-22 13:32:36 -0800
committerMohammed Habibulla <moch@google.com>2016-01-27 22:53:21 +0000
commit5948babaec6e7f16e9811f83ec3448a40d169b2f (patch)
treef7f96beddb99f3e300ce98abe68066b4f097066f
parent4d7f785c4e52a8dc92a6cc650d58c2484249cc55 (diff)
downloadqcom-brillo-m9-dev.tar.gz
CHERRY-PICK: Add lights hal to image.brillo-m9-releasebrillo-m9-dev
The lights hal is not being used for the msm8916. Add it to the soc.mk file. BUG=26744898 TEST=lights hal is present in system/lib/hw Change-Id: I064ec706e84e1a62a7798c96999615bb2b2ae9ba (cherry picked from commit 3a8bc2da7f9ba01d054a8600a449c46b76f7426d)
-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 e960367..da282e9 100644
--- a/soc/msm8916/soc.mk
+++ b/soc/msm8916/soc.mk
@@ -35,9 +35,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 += \
@@ -77,12 +77,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 += \