Skip to content
Snippets Groups Projects
Commit 2c06599e authored by TheScarastic's avatar TheScarastic
Browse files

mido: Advertise vulkan

parent b81c700a
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,8 @@ PRODUCT_COPY_FILES += \ ...@@ -56,6 +56,8 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.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.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.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
frameworks/native/data/etc/android.hardware.vulkan.level-0.xml:system/etc/permissions/android.hardware.vulkan.level-0.xml \
frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:system/etc/permissions/android.hardware.vulkan.version-1_0_3.xml \
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
frameworks/native/data/etc/android.software.midi.xml:system/etc/permissions/android.software.midi.xml \ frameworks/native/data/etc/android.software.midi.xml:system/etc/permissions/android.software.midi.xml \
......
...@@ -68,7 +68,7 @@ dev.pm.dyn_samplingrate=1 ...@@ -68,7 +68,7 @@ dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false persist.demo.hdmirotationlock=false
debug.enable.sglscale=1 debug.enable.sglscale=1
debug.gralloc.enable_fb_ubwc=1 debug.gralloc.enable_fb_ubwc=1
ro.opengles.version=196609 ro.opengles.version=196610
ro.qualcomm.cabl=0 ro.qualcomm.cabl=0
ro.sf.lcd_density=480 ro.sf.lcd_density=480
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment