From c4f18fed26cfc39ea6610df439a1d67cf14da051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Kalliom=C3=A4ki?= Date: Mon, 15 Jan 2018 13:51:38 +0100 Subject: [PATCH] Expose peerconnection_jni publicly until we have a proper NDK. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:8662 Change-Id: I9ed6664d76d1ef65b2c907970aef64b69d7bec8b Reviewed-on: https://webrtc-review.googlesource.com/39513 Reviewed-by: Anders Carlsson Commit-Queue: Sami Kalliomäki Cr-Commit-Position: refs/heads/master@{#21627} --- sdk/android/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/android/BUILD.gn b/sdk/android/BUILD.gn index 8305e4d8a0..b57f48ddb8 100644 --- a/sdk/android/BUILD.gn +++ b/sdk/android/BUILD.gn @@ -347,6 +347,10 @@ generate_jni("generated_peerconnection_jni") { } rtc_static_library("peerconnection_jni") { + # Do not depend on this target externally unless you absolute have to. It is + # made public because we don't have a proper NDK yet. Header APIs here are not + # considered public and are subject to change. + visibility = [ "*" ] sources = [ "src/jni/androidnetworkmonitor_jni.h", "src/jni/pc/androidnetworkmonitor.cc",