Remove references to build_with_libjingle and libjingle_java GYP variables.

These were removed a while back in https://codereview.webrtc.org/1457053003

TBR=tkchin@webrtc.org

Review URL: https://codereview.webrtc.org/1790753004 .

Cr-Commit-Position: refs/heads/master@{#11967}
This commit is contained in:
kjellander@webrtc.org
2016-03-11 21:34:24 -08:00
parent bad7b091af
commit 2db1dbb2ca
3 changed files with 4 additions and 16 deletions

View File

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