diff options
| author | wzedlare <vedatak01@gmail.com> | 2017-06-09 14:12:10 +0000 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-06-20 13:59:15 +0000 |
| commit | fb5b08499e470068ff1e870efecc72362beb1b8a (patch) | |
| tree | 2f96a11a8c8bccf65d94f0dc263712fe2dd51abb | |
| parent | 2840d5e14e0e6cafef21ee1f434132edd39f29a9 (diff) | |
shamrock: Disable vendor symlink
| -rw-r--r-- | BoardConfig.mk | 4 | ||||
| -rw-r--r-- | device.mk | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index e8d8895..ffc128e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -147,10 +147,6 @@ USE_SENSOR_MULTI_HAL := true BOARD_SEPOLICY_DIRS += $(LOCAL_PATH)/sepolicy include device/qcom/sepolicy/sepolicy.mk -# Vendor Symlink -BOARD_NEEDS_VENDORIMAGE_SYMLINK := true -TARGET_COPY_OUT_VENDOR := system - # Wlan BOARD_HAS_QCOM_WLAN := true BOARD_HAS_QCOM_WLAN_SDK := true @@ -85,6 +85,8 @@ PRODUCT_COPY_FILES += \ # Audio Configurations (CAF) PRODUCT_COPY_FILES += \ + hardware/qcom/audio-caf/msm8952/configs/msm8952_32/audio_effects.conf:system/vendor/etc/audio_effects.conf \ + hardware/qcom/audio-caf/msm8952/configs/msm8952_32/audio_output_policy.conf:system/vendor/etc/audio_output_policy.conf \ hardware/qcom/audio-caf/msm8952/configs/msm8952_32/audio_platform_info.xml:system/etc/audio_platform_info.xml \ hardware/qcom/audio-caf/msm8952/configs/msm8952_32/audio_platform_info_extcodec.xml:system/etc/audio_platform_info_extcodec.xml \ hardware/qcom/audio-caf/msm8952/configs/msm8952_32/audio_policy_configuration.xml:system/etc/audio_policy_configuration.xml \ |
