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

Unified Diff: webrtc/examples/androidapp/README

Issue 1790753004: Remove references to build_with_libjingle and libjingle_java GYP variables. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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 | « webrtc/build/webrtc.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/README
diff --git a/webrtc/examples/androidapp/README b/webrtc/examples/androidapp/README
index 3531fa192867693455ef0caa92cfdc898ae80bb2..856879e4d778e32b45e7f6708dd62f17c5b82cc2 100644
--- a/webrtc/examples/androidapp/README
+++ b/webrtc/examples/androidapp/README
@@ -3,10 +3,7 @@ This directory contains an example Android client for https://apprtc.appspot.com
Prerequisites:
- "Getting the code" on http://www.webrtc.org/native-code/android
- Set up webrtc-related GYP variables:
- export GYP_DEFINES="build_with_libjingle=1 build_with_chromium=0 libjingle_java=1
- OS=android $GYP_DEFINES"
- To cause WEBRTC_LOGGING to emit to Android's logcat, add enable_tracing=1 to
- the $GYP_DEFINES above.
+ export GYP_DEFINES="OS=android $GYP_DEFINES"
- When targeting both desktop & android, make sure to use a different output_dir
value in $GYP_GENERATOR_FLAGS - for example
export GYP_GENERATOR_FLAGS="$GYP_GENERATOR_FLAGS output_dir=out_android"
« no previous file with comments | « webrtc/build/webrtc.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698