diff --git a/BUCK b/BUCK index f6dab1b393..4dd69c3dab 100644 --- a/BUCK +++ b/BUCK @@ -26,7 +26,6 @@ genrule( ['cd $TMP'] + ['ln -s $(location %s) .' % n for n in API_DEPS] + ['zip -q0 $OUT *']), - deps = API_DEPS, out = 'api.zip', )