summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2017-10-19 22:23:05 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-24 06:09:41 +0000
commit6186f6854737b65ee9a9d069bd267777d18f78bb (patch)
treef4ab07e8fb11f1ece4880cfdd203d51feed51bf2
parent61625ee4198882f13fcb22798e9c194aaa8ac9e4 (diff)
downloaddevice_google_wahoo-6186f6854737b65ee9a9d069bd267777d18f78bb.tar.gz
device_google_wahoo-6186f6854737b65ee9a9d069bd267777d18f78bb.tar.bz2
device_google_wahoo-6186f6854737b65ee9a9d069bd267777d18f78bb.zip
Disable Vulkan StorageImageExtendedFormats capability
Bug: 68017541 Test: adb shell cmd gpu vkjson | grep shaderStorageImageExtendedFormats Change-Id: I70030bc2c9ad4e2bf4fcc3e1e400e8a6dddafc75 (cherry picked from commit 3cd3dc6a428f93b4b3ca7be0e2e0296382c46c65)
-rwxr-xr-xdevice.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index b0bbfd01..1d52ca2b 100755
--- a/device.mk
+++ b/device.mk
@@ -187,6 +187,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version=196610
+# b/68017541
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.qcom.adreno.qgl.ShaderStorageImageExtendedFormats=0
+
# Enable camera EIS3.0
PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.is_type=5 \