From 7a9b25120521ec0c9d9cc821f9dc7232dcda64f0 Mon Sep 17 00:00:00 2001 From: Kevin Dagostino Date: Sat, 12 Nov 2022 07:02:22 +0000 Subject: [PATCH] Rename BUILD file to BUILD.bazel Using standard naming to be consistent with the rest of the bp2build workspace. Test: b build //build/core/... Change-Id: If81a8fb82ccd3f63d0961f8a4a37ca8be7aa4430 --- core/{BUILD => BUILD.bazel} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core/{BUILD => BUILD.bazel} (100%) diff --git a/core/BUILD b/core/BUILD.bazel similarity index 100% rename from core/BUILD rename to core/BUILD.bazel