aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2017-01-18 11:13:36 -0800
committerChris Craik <ccraik@google.com>2017-03-13 11:16:36 -0700
commit63297b24b2c35314519d135b163525af1d9c706e (patch)
tree0ee4d2697b32a8ef37dc0d3a0662b8c8252e0bfe
parente997428cc07b2b690c0bf7ad71e1f4cd91e2f9f8 (diff)
downloadchromium-trace-63297b24b2c35314519d135b163525af1d9c706e.tar.gz
Include telemetry in packaging
Bug: 34225046 telemetry/third_party/pyserial contains the wrapper scripts necessary for the import serial to work on MacOS Test: run update.py && systrace.py on mac Change-Id: I120e39022fc36cf2dab7084fc398ebc779249d51
-rwxr-xr-xupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.py b/update.py
index d4a4dd52..c18f8c07 100755
--- a/update.py
+++ b/update.py
@@ -3,7 +3,7 @@
import codecs, httplib, json, optparse, os, urllib, shutil, subprocess, sys
upstream_git = 'https://github.com/catapult-project/catapult.git'
-PACKAGE_DIRS = ['common', 'dependency_manager', 'devil', 'systrace']
+PACKAGE_DIRS = ['common', 'dependency_manager', 'devil', 'systrace', 'telemetry']
IGNORE_PATTERNS = ['OWNERS'] # doesn't make sense to sync owners files
script_dir = os.path.dirname(os.path.abspath(sys.argv[0]))