aboutsummaryrefslogtreecommitdiff
path: root/setup_links.py
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2015-06-09 14:56:20 +0200
committerHenrik Kjellander <kjellander@webrtc.org>2015-06-09 12:56:29 +0000
commit94a12324841629749cadc60d91ced8e93e88ff1d (patch)
tree7aa77faa82337b5055867c2b5775e7ffba89613f /setup_links.py
parent1b76ca121ed820495b3ae238e06df0728b42ece9 (diff)
downloadwebrtc-94a12324841629749cadc60d91ced8e93e88ff1d.tar.gz
Roll chromium_revision b2c6a86..e937e5f (332773:333350)
Add symlink to third_party/android_platform to handle changes in https://codereview.chromium.org/1072533002 Relevant changes: * src/third_party/boringssl/src: 8a228f5..af0e32c * src/third_party/icu: f1ad7f9..9939a5d * src/third_party/libvpx: 654e661..a436311 * src/third_party/libyuv: 35aa92a..632c50f * src/tools/gyp: 29e94a3..fdc7b81 Details: https://chromium.googlesource.com/chromium/src/+/b2c6a86..e937e5f/DEPS Clang version was not updated in this roll. BUG= R=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1169083002. Cr-Commit-Position: refs/heads/master@{#9400}
Diffstat (limited to 'setup_links.py')
-rwxr-xr-xsetup_links.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup_links.py b/setup_links.py
index 1edb7c238e..cca14d1df6 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -80,6 +80,7 @@ target_os = get_target_os_list()
if 'android' in target_os:
DIRECTORIES += [
'base',
+ 'third_party/android_platform',
'third_party/android_testrunner',
'third_party/android_tools',
'third_party/appurify-python',