commit | cfe1746477995d85cc7f17dd0aa08ac062325c90 | [log] [tgz] |
---|---|---|
author | Samiul Islam <samiul@google.com> | Thu Mar 24 11:15:24 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 24 11:15:24 2022 +0000 |
tree | 318ae8295956da7471d8a4037b24e73535d5a716 | |
parent | 740ac48ffbcb38b7620cbd57593fcd5339852ebf [diff] | |
parent | 7c1911918496c9da953ee7c94a953c5de6c46ffe [diff] |
Merge "Include SDK sandbox while calculating app and user size" am: 7c19119184 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2031827 Change-Id: Iec25dcfff547601a2378ba0026c30b5454e72294
diff --git a/vulkan/libvulkan/swapchain.cpp b/vulkan/libvulkan/swapchain.cpp index 0b9ba05..5e36adf 100644 --- a/vulkan/libvulkan/swapchain.cpp +++ b/vulkan/libvulkan/swapchain.cpp
@@ -805,10 +805,6 @@ } } - // NOTE: Any new formats that are added must be coordinated across different - // Android users. This includes the ANGLE team (a layered implementation of - // OpenGL-ES). - VkResult result = VK_SUCCESS; if (formats) { uint32_t transfer_count = all_formats.size();