fix buildifier warnings

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
Matt Liberty 2025-09-27 14:42:41 +00:00
parent a5a62be89d
commit e38b0b2d7a
1 changed files with 5 additions and 2 deletions

7
BUILD
View File

@ -1,6 +1,8 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2025, The OpenROAD Authors
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
load("@rules_cc//cc:cc_library.bzl", "cc_library")
load("@rules_hdl//dependency_support/com_github_westes_flex:flex.bzl", "genlex")
load("@rules_hdl//dependency_support/org_gnu_bison:bison.bzl", "genyacc")
load("//bazel:tcl_encode_sta.bzl", "tcl_encode_sta")
@ -300,9 +302,9 @@ cc_binary(
cc_library(
name = "opensta_lib",
srcs = parser_cc + parser_headers + glob(
srcs = parser_cc +
parser_headers + glob(
include = [
"app/StaMain.cc",
"dcalc/*.cc",
"dcalc/*.hh",
"graph/*.cc",
@ -333,6 +335,7 @@ cc_library(
"util/Machine*.cc",
],
) + [
"app/StaMain.cc",
"util/Machine.cc",
":StaConfig",
],