summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Männich <maennich@google.com>2023-05-25 13:18:52 +0000
committerMatthias Männich <maennich@google.com>2023-05-25 13:19:17 +0000
commit87168445232683baab6af39a85e26d83d7026a86 (patch)
tree2f45c746785a0885d002a6457f79a74b13abfeba
parentb9ba4b67e90b85d01eb2f9cebf62830a73574cd9 (diff)
downloadbuild-87168445232683baab6af39a85e26d83d7026a86.tar.gz
Fix Buildifier findings
Change-Id: Icfcfee4bafad59b8fdc2a1c3daf677d116639954 Signed-off-by: Matthias Männich <maennich@google.com>
-rw-r--r--kleaf/constants.bzl4
1 files changed, 3 insertions, 1 deletions
diff --git a/kleaf/constants.bzl b/kleaf/constants.bzl
index 0b57ac0..dbc018f 100644
--- a/kleaf/constants.bzl
+++ b/kleaf/constants.bzl
@@ -11,13 +11,15 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+"""
+Utility public constants.
+"""
load(
"//build/kernel/kleaf/impl:constants.bzl",
"AARCH64_IMAGES",
"GKI_ARTIFACTS_AARCH64_OUTS",
"MODULES_STAGING_ARCHIVE",
- "MODULE_OUTS_FILE_OUTPUT_GROUP",
"MODULE_OUTS_FILE_SUFFIX",
"SYSTEM_DLKM_OUTS",
"TOOLCHAIN_VERSION_FILENAME",