Put Vulkan on Android builds behind a flag
Vulkan on Android was previously enabled by default in https://chromium-review.googlesource.com/c/chromium/src/+/1110754 However, it caused an increase in binary size. We want to take some time to investigate and attempt to reduce the binary size inflation. The next branch point will happen before we get a chance to investigate. So for now, let's put the Vulkan code behind a compile-time flag. That will let us easily switch it back on later & continue to test the Vulkan code path. BUG=862144 TBR=tobiasjs@chromium.org, qinmin@chromium.org Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I52e499c792f13aa7208400650bffbc31a200f0c5 Reviewed-on: https://chromium-review.googlesource.com/1137348Reviewed-by:Antoine Labour <piman@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#575452}
Showing
Please register or sign in to comment