| Index: device/battery/android/BUILD.gn
|
| diff --git a/components/navigation_interception/android/BUILD.gn b/device/battery/android/BUILD.gn
|
| similarity index 52%
|
| copy from components/navigation_interception/android/BUILD.gn
|
| copy to device/battery/android/BUILD.gn
|
| index b13a847e9b49bd58f22baacc9d85627f1733d6a6..f88cfc0b3deee30d6e91850be43bee8cc5a8f7c6 100644
|
| --- a/components/navigation_interception/android/BUILD.gn
|
| +++ b/device/battery/android/BUILD.gn
|
| @@ -2,11 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//build/config/android/config.gni")
|
| import("//build/config/android/rules.gni")
|
|
|
| -android_library("navigation_interception_java") {
|
| - deps = [
|
| - "//base:base_java",
|
| +generate_jni("battery_jni_headers") {
|
| + jni_package = "battery"
|
| + sources = [
|
| + "java/src/org/chromium/device/battery/BatteryStatusManager.java",
|
| ]
|
| - DEPRECATED_java_in_dir = "java/src"
|
| }
|
|
|