aboutsummaryrefslogtreecommitdiff
path: root/setup_links.py
diff options
context:
space:
mode:
authorkjellander <kjellander@webrtc.org>2015-11-10 10:58:22 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-10 18:58:31 +0000
commit5376100d00f23f27b2640343136be70da895f8ff (patch)
tree5b780777b3523bd39071184248e971024c66042f /setup_links.py
parent69a7fd50476a60ec3def8552993bebef83ed9c58 (diff)
downloadwebrtc-5376100d00f23f27b2640343136be70da895f8ff.tar.gz
Add icu as a dependency on Android.
Turns out ICU is referenced by //base/test/BUILD.gn which is loaded when we generate projects with GN for Android. This adds ICU back for Android only (was removed in https://codereview.webrtc.org/1417563006). TBR=pbos@webrtc.org NOTRY=true Review URL: https://codereview.webrtc.org/1414853009 Cr-Commit-Position: refs/heads/master@{#10587}
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 d04b3bc2c2..58588a968b 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -84,6 +84,7 @@ if 'android' in target_os:
'third_party/android_tools',
'third_party/appurify-python',
'third_party/ashmem',
+ 'third_party/icu',
'third_party/ijar',
'third_party/jsr-305',
'third_party/junit',