| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index 0889d0643d99f57c6a60440546d9eab7cf03fd6f..082bebbb08d9b6b7d9f746a54ec3870188909b3b 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -61,6 +61,7 @@ PRUNE_PATHS = set([
|
| os.path.join('v8','src','third_party','valgrind'),
|
|
|
| # Used for development and test, not in the shipping product.
|
| + os.path.join('third_party','android_testrunner'),
|
| os.path.join('third_party','bidichecker'),
|
| os.path.join('third_party','cygwin'),
|
| os.path.join('third_party','gold'),
|
|
|