diff --git a/sdk/android/BUILD.gn b/sdk/android/BUILD.gn index 1436bb3348..830978ab10 100644 --- a/sdk/android/BUILD.gn +++ b/sdk/android/BUILD.gn @@ -701,7 +701,6 @@ if (current_os == "linux" || is_android) { visibility = [ "*" ] sources = [ - "src/jni/android_network_monitor_jni.h", "src/jni/pc/android_network_monitor.h", "src/jni/pc/audio_track.cc", "src/jni/pc/call_session_file_rotating_log_sink.cc", diff --git a/sdk/android/src/jni/android_network_monitor_jni.h b/sdk/android/src/jni/android_network_monitor_jni.h deleted file mode 100644 index e703974405..0000000000 --- a/sdk/android/src/jni/android_network_monitor_jni.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright 2017 The WebRTC project authors. All Rights Reserved. - * - * Use of this source code is governed by a BSD-style license - * that can be found in the LICENSE file in the root of the source - * tree. An additional intellectual property rights grant can be found - * in the file PATENTS. All contributing project authors may - * be found in the AUTHORS file in the root of the source tree. - */ - -// TODO(deadbeef): Remove this file when clients are updated to new include -// path. - -#include "sdk/android/src/jni/pc/android_network_monitor.h"