| Index: setup_links.py
|
| diff --git a/setup_links.py b/setup_links.py
|
| index b2b459e60c51e6c66f5fb208885744287ab24b6c..33883e1bde7092bbbc998ea5c5b81d12b25983f2 100755
|
| --- a/setup_links.py
|
| +++ b/setup_links.py
|
| @@ -63,21 +63,30 @@ target_os = get_target_os_list()
|
| if 'android' in target_os:
|
| DIRECTORIES += [
|
| 'base',
|
| + 'third_party/accessibility_test_framework',
|
| 'third_party/android_platform',
|
| 'third_party/android_tools',
|
| + 'third_party/apache_velocity',
|
| 'third_party/appurify-python',
|
| 'third_party/ashmem',
|
| + 'third_party/bouncycastle',
|
| 'third_party/catapult',
|
| + 'third_party/guava',
|
| + 'third_party/hamcrest',
|
| 'third_party/icu',
|
| + 'third_party/icu4j',
|
| 'third_party/ijar',
|
| + 'third_party/intellij',
|
| 'third_party/jsr-305',
|
| 'third_party/junit',
|
| 'third_party/libxml',
|
| 'third_party/mockito',
|
| 'third_party/modp_b64',
|
| + 'third_party/ow2_asm',
|
| 'third_party/protobuf',
|
| 'third_party/requests',
|
| 'third_party/robolectric',
|
| + 'third_party/sqlite4java',
|
| 'tools/android',
|
| 'tools/grit',
|
| ]
|
|
|