add touchscreen permission

This commit is contained in:
Konsta
2023-07-24 23:28:24 +03:00
parent 599a4858f5
commit f13adde9c0

View File

@@ -250,6 +250,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
com.android.hardware.thermal
# Touchscreen
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
# USB
PRODUCT_PACKAGES += \
android.hardware.usb-service.example \