sanders: Use TARGET_COPY_OUT_SYSTEM instead of system directly
Signed-off-by: Henrique Pereira <hlcpereira@pixelexperience.org> Signed-off-by: Melvin <kartik3163@gmail.com>
This commit is contained in:
committed by
ronaxdevil
parent
9599b78d0e
commit
d48b9ffdca
@@ -221,7 +221,7 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# IDC
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/idc/uinput-fpc.idc:system/usr/idc/uinput-fpc.idc
|
||||
$(LOCAL_PATH)/idc/uinput-fpc.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/uinput-fpc.idc
|
||||
|
||||
# IMS & Telephony
|
||||
PRODUCT_PACKAGES += \
|
||||
@@ -349,7 +349,7 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# Powerhint configuration file
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/powerhint.xml:system/etc/powerhint.xml
|
||||
$(LOCAL_PATH)/configs/powerhint.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/powerhint.xml
|
||||
|
||||
# Qualcomm
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
Reference in New Issue
Block a user