blob: 7358510ff49e60194a88e17263d8ecb8e5000e91 [file] [log] [blame]
Hira Mahmood0f3c35a82024-07-31 15:43:261# Copyright 2020 The Chromium Authors
Hira Mahmood0f638172024-07-31 06:02:442# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5declare_args() {
6 enable_discovery = false
7
8 # TODO(crbug.com/41481724): Remove this flag and corresponding build
9 # conditions.
10 # Disable Click to Call on Fuchsia.
11 enable_click_to_call = !is_fuchsia
12}