aboutsummaryrefslogtreecommitdiff
path: root/msm8996.mk
diff options
context:
space:
mode:
authorMuhammed Siju <msiju@codeaurora.org>2017-06-23 17:41:19 +0530
committerDavide Garberi <dade.garberi@gmail.com>2017-11-19 13:18:49 +0100
commit4c39288135d85a59c13e77f3f3a87554e38a165f (patch)
treeefedcd1d3c190d5a609e721f8374d9b43cdc7694 /msm8996.mk
parentb3d3e6b91c1b1eaccd2c4b5fca5e0c09fdf05366 (diff)
msm8996-common: QMI-FWK: Copy sec_config file correctly for combined images.
Use TARGET_COPY_OUT_VENDOR makefile flag while copying sec_config file to copy to correct path irrespective of split/combined system vendor images. Change-Id: I77d9c53b1d59f51642c4a2d749739a9769577c09 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-xmsm8996.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8996.mk b/msm8996.mk
index 3328467..a751882 100755
--- a/msm8996.mk
+++ b/msm8996.mk
@@ -164,7 +164,7 @@ PRODUCT_PACKAGES += \
# IPC router config
PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/configs/sec_config:system/etc/sec_config
+ $(LOCAL_PATH)/configs/sec_config:$(TARGET_COPY_OUT_VENDOR)/etc/sec_config
# Thermal
PRODUCT_COPY_FILES += \