aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/repo.bzl
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-04-16 20:02:46 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com>2018-04-16 20:13:32 +0000
commitacb3239130d8810bba60011f6d3bddbf5d67c1df (patch)
treebc28d617e0f795d6082bee071a9cd5ca11109fcf /third_party/repo.bzl
parent3fea5138e87f59db0342165a75d0b475c8d36f83 (diff)
Add gemmlowp to whitelist
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'third_party/repo.bzl')
-rw-r--r--third_party/repo.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/repo.bzl b/third_party/repo.bzl
index aa178fa8ca..8202dafac8 100644
--- a/third_party/repo.bzl
+++ b/third_party/repo.bzl
@@ -17,6 +17,7 @@
_SINGLE_URL_WHITELIST = depset([
"arm_compiler",
"ortools_archive",
+ "gemmlowp",
])
def _is_windows(ctx):