Disable Vulkan StorageImageExtendedFormats capability

Bug: 68017541
Test: adb shell cmd gpu vkjson | grep shaderStorageImageExtendedFormats
Change-Id: Ia367e32eb26e57f52c09f5718c262a59dddb969b
diff --git a/device-common.mk b/device-common.mk
index 013a86d..08ef644 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -70,6 +70,10 @@
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.opengles.version=196610
 
+# b/68017541
+PRODUCT_PROPERTY_OVERRIDES += \
+    ro.qcom.adreno.qgl.ShaderStorageImageExtendedFormats=0
+
 # HWUI common settings
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.hwui.gradient_cache_size=1 \