diff options
author | Craig Tiller <ctiller@google.com> | 2015-05-22 12:46:14 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-05-24 16:03:32 -0700 |
commit | ce192ed4f31bb01964d150c7889c916167ef0755 (patch) | |
tree | 01c29f1c5f6687d2142f5103887b71476d614191 /tools | |
parent | c82a866c99f165fb46ea2cda60f60e64db44aad0 (diff) |
Fix 4.4 build
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index ac49885921..755d460c94 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -282,7 +282,7 @@ class Build(object): return [] def make_targets(self): - return ['static', 'shared'] + return ['static'] def build_steps(self): return [] |