From 273e263d25b4ba2533c7f059dbf5ccd141dd0f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 8 Aug 2019 16:08:22 +0200 Subject: [PATCH] Delete old placeholder file android_network_monitor_jni.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: If6969becac6a5c478c4753bbb2150a4d4ff3a4a9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148530 Reviewed-by: Sami Kalliomäki Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#28816} --- sdk/android/BUILD.gn | 1 - sdk/android/src/jni/android_network_monitor_jni.h | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 sdk/android/src/jni/android_network_monitor_jni.h 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"