chromium/chrome/android/java/src/org/chromium/chrome/browser/usage_stats/features.gni

# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/android/channel.gni")
import("//build/config/android/config.gni")

declare_args() {
  enable_usage_stats = android_channel == "default" ||
                       android_channel == "canary" || android_channel == "dev"
}