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" |