Automatic code cleanup.

PiperOrigin-RevId: 188182739
diff --git a/tools/build_defs/pkg/pkg.bzl b/tools/build_defs/pkg/pkg.bzl
index edcd63a..3176196 100644
--- a/tools/build_defs/pkg/pkg.bzl
+++ b/tools/build_defs/pkg/pkg.bzl
@@ -193,7 +193,7 @@
   if "srcs" not in kwargs:
     if "files" in kwargs:
       if not hasattr(kwargs["files"], "items"):
-        label = "%s//%s:%s" % (REPOSITORY_NAME, PACKAGE_NAME, kwargs["name"])
+        label = "%s//%s:%s" % (REPOSITORY_NAME, native.package_name(), kwargs["name"])
         print("%s: you provided a non dictionary to the pkg_tar `files` attribute. " % (label,) +
               "This attribute was renamed to `srcs`. " +
               "Consider renaming it in your BUILD file.")