diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2019-12-26 16:49:52 -0500 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2020-01-26 11:15:24 +0100 |
| commit | d09f3b44ea7fb815917c288ff15ddfb4c451c56a (patch) | |
| tree | ee6521768632e3c2404c88e946a307e027b737c6 | |
| parent | 98fc92ed3cd52e53c502fdf96d0a4af8ff255a48 (diff) | |
m8-common: Use TARGET_COPY_OUT_VENDOR
Change-Id: I98b109e20601cf855365d532af56a841b1ad307b
| -rw-r--r-- | m8-common.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m8-common.mk b/m8-common.mk index a02bccb..b2da8b6 100644 --- a/m8-common.mk +++ b/m8-common.mk @@ -30,9 +30,9 @@ DEVICE_PACKAGE_OVERLAYS += \ # Permissions PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.consumerir.xml:system/vendor/etc/permissions/android.hardware.consumerir.xml \ - frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/vendor/etc/permissions/android.hardware.telephony.cdma.xml \ - $(LOCAL_PATH)/configs/com.htc.software.market.xml:system/vendor/etc/permissions/com.htc.software.market.xml + frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml \ + frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \ + $(LOCAL_PATH)/configs/com.htc.software.market.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.htc.software.market.xml # Camera PRODUCT_PACKAGES += \ |
