| Index: setup_links.py
|
| diff --git a/setup_links.py b/setup_links.py
|
| index bc56a56a5b3c11f48e7122a3e8b3ff5b2aee155d..09fbf6d4fa28e0fc400b294952541686844c12c5 100755
|
| --- a/setup_links.py
|
| +++ b/setup_links.py
|
| @@ -69,6 +69,7 @@ if 'android' in target_os:
|
| 'third_party/appurify-python',
|
| 'third_party/ashmem',
|
| 'third_party/bouncycastle',
|
| + 'third_party/byte_buddy',
|
| 'third_party/catapult',
|
| 'third_party/ced',
|
| 'third_party/closure_compiler',
|
| @@ -83,6 +84,7 @@ if 'android' in target_os:
|
| 'third_party/libxml',
|
| 'third_party/mockito',
|
| 'third_party/modp_b64',
|
| + 'third_party/objenesis',
|
| 'third_party/ow2_asm',
|
| 'third_party/protobuf',
|
| 'third_party/requests',
|
|
|