blob: 887034a63f9436233860f8ecb9caf8410d9f7ce4 [file] [log] [blame]
# 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" ]
}