# Copyright 2012 Google Inc.  All rights reserved.
#
# Description:
#   A fluent logger (google.github.io/flogger). This file contains only the license
# declaration and all the interesting targets are found in the various
# sub-directories.

exports_files(["LICENSE"])

package_group(
    name = "internal",
    packages = [
        "//android/...",
        "//api/...",
        "//google/...",
        "//grpc/...",
        "//log4j/...",
        "//log4j2/...",
        "//slf4j/...",
        "//tools/...",
    ],
)
