aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-09-23 17:16:37 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-26 07:46:55 +0000
commit48859c1daeb931313f7b7e6cae447699b07d997e (patch)
tree2f218d5a00e3a3e42a902ce632156e3394a8acdc /tools/objc
parentfc23b324013fb6b14422f00d420c0d5ba6f6ec99 (diff)
Move hash computation from bash script to a python script because calling md5 repeatedly from bash is too slow.
-- MOS_MIGRATED_REVID=134087524
Diffstat (limited to 'tools/objc')
-rw-r--r--tools/objc/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/objc/BUILD b/tools/objc/BUILD
index 80905da0aa..ae32daf435 100644
--- a/tools/objc/BUILD
+++ b/tools/objc/BUILD
@@ -67,6 +67,7 @@ sh_binary(
name = "libtool",
srcs = [":libtool.sh"],
data = [
+ ":make_hashed_objlist.py",
":xcrunwrapper",
],
)