From 0813fd504d23ada6b421dd80a9bd4499df70ccc5 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 12 Apr 2019 11:01:10 +0200 Subject: [PATCH] Fix examples/unityplugin docs. TBR=qiangchen@chromium.org No-Try: True Bug: webrtc:10544 Change-Id: I7e691b5420215a920214147747139c4ffaceebfa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132705 Reviewed-by: Mirko Bonadei Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#27582} --- examples/unityplugin/ANDROID_INSTRUCTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/unityplugin/ANDROID_INSTRUCTION b/examples/unityplugin/ANDROID_INSTRUCTION index f0149eb953..d5f7399bca 100644 --- a/examples/unityplugin/ANDROID_INSTRUCTION +++ b/examples/unityplugin/ANDROID_INSTRUCTION @@ -1,7 +1,7 @@ Instruction of running webrtc_unity_plugin on Android Unity 1. On Linux machine, compile target webrtc_unity_plugin. - Checkout WebRTC codebase: fetch --no-hooks webrtc_android + Checkout WebRTC codebase: fetch --nohooks webrtc_android If you already have a checkout for linux, add target_os=”android” into .gclient file. Run gclient sync Run gn args out/Android, and again set target_os=”android” in the args.gn