| # Copyright 2023 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| declare_args() { | |
| # Disable packaging a prebuilt ARM Mali Vulkan ICD. This can save space if a | |
| # test ICD is being used instead. | |
| disable_prebuilt_arm_mali_vulkan = false | |
| } |