diff options
-rw-r--r-- | gta04.mk | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -64,6 +64,13 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ lights.gta04 \ +# Permissions +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.touchscreen.xml:system/etc/permissions/android.hardware.touchscreen.xml \ + frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ + frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ + frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml + # APNS PRODUCT_COPY_FILES += \ vendor/replicant/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml |