Add comment

This commit is contained in:
Muxi Yan 2017-10-06 16:27:47 -07:00
parent cd9729780a
commit 128d800bb6
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
out = [hdr.split('/', 2)[2] for hdr in out]
return out
# Generate the list of platform-specific headers as textual headers so that
# they are not built when the module is built but only when they are named by
# an #include directive.
def grpc_public_textual_headers_no_dir(libs):
out = []
for lib in libs: