blob: 64daf04425137dbc1693e9d621d9e05b6712b30b [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
if (is_android) {
static_library("power_metrics") {
sources = [
"android_battery_metrics.cc",
"android_battery_metrics.h",
]
deps = [
"//base",
"//net",
]
}
}