From 87168445232683baab6af39a85e26d83d7026a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=A4nnich?= Date: Thu, 25 May 2023 13:18:52 +0000 Subject: Fix Buildifier findings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icfcfee4bafad59b8fdc2a1c3daf677d116639954 Signed-off-by: Matthias Männich --- kleaf/constants.bzl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3