Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: webrtc/sdk/android/BUILD.gn

Issue 2628933004: Add a distribution JAR for WebRTC Android SDK. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/BUILD.gn
diff --git a/webrtc/sdk/android/BUILD.gn b/webrtc/sdk/android/BUILD.gn
index edd33607b2ccd0442042d63499ba58fa59f7efa0..48aaf6e2f76eaeef19a7395ead39e07a93a712d4 100644
--- a/webrtc/sdk/android/BUILD.gn
+++ b/webrtc/sdk/android/BUILD.gn
@@ -184,6 +184,13 @@ android_library("libjingle_peerconnection_metrics_default_java") {
]
}
+dist_jar("libwebrtc") {
+ deps = [
+ ":libjingle_peerconnection_metrics_default_java",
+ ]
+ output_jar_path = "$target_out_dir/libwebrtc.jar"
+}
+
if (rtc_include_tests) {
instrumentation_test_apk("libjingle_peerconnection_android_unittest") {
apk_name = "libjingle_peerconnection_android_unittest"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698