Index: setup_links.py |
diff --git a/setup_links.py b/setup_links.py |
index 99b526076c738065a1ff1cfce85e173da496d46a..975ef90471489ff07d4c0941ce812cc136d72851 100755 |
--- a/setup_links.py |
+++ b/setup_links.py |
@@ -87,6 +87,7 @@ if 'android' in target_os: |
'third_party/android_tools', |
'third_party/appurify-python', |
'third_party/ashmem', |
+ 'third_party/catapult', |
'third_party/ijar', |
'third_party/jsr-305', |
'third_party/junit', |
@@ -98,7 +99,8 @@ if 'android' in target_os: |
'third_party/robolectric', |
'tools/android', |
'tools/grit', |
- 'tools/relocation_packer' |
+ 'tools/relocation_packer', |
+ 'tools/telemetry', |
] |
if 'ios' in target_os: |
DIRECTORIES.append('third_party/class-dump') |