# 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/rules.gni")
static_library("channel_getter") {
sources = [ "channel_getter.h" ]
public_deps = [ "//base/version_info/android:channel_getter" ]
}