Add internal.bzl to EXTRA_DIST. (#8663)

internal.bzl is required to load java/core/BUILD and java/lite/BUILD, so it must be distributed.
This commit is contained in:
Benjamin Peterson 2021-05-26 15:01:46 -05:00 committed by GitHub
parent 3737676d83
commit fa31183250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1427,7 +1427,8 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \
third_party/zlib.BUILD \
third_party/wyhash/LICENSE \
third_party/wyhash/wyhash.h \
util/python/BUILD
util/python/BUILD \
internal.bzl
# Deletes all the files generated by autogen.sh.