@@ -22,11 +22,9 @@ API_DEPS = [
genrule(
name = 'api',
cmd = ';'.join(
cmd = 'echo done >$OUT',
['cd $TMP'] +
deps = API_DEPS,
['ln -s $(location %s) .' % n for n in API_DEPS] +
out = '__fake.api__',
['zip -q0 $OUT *']),
out = 'api.zip',
)
The note is not visible to the blocked user.