summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gta04.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/gta04.mk b/gta04.mk
index 2a284ce..77f227c 100644
--- a/gta04.mk
+++ b/gta04.mk
@@ -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