From 9116162c659a8dae48562564d847550a8b7a6eb2 Mon Sep 17 00:00:00 2001 From: tcal-x Date: Wed, 27 Sep 2023 23:50:59 -0700 Subject: [PATCH] Export pdk/build_defs.bzl so that StandardCellInfo can be used. Signed-off-by: tcal-x --- pdk/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdk/BUILD b/pdk/BUILD index 6913f02e..b8d5fffd 100644 --- a/pdk/BUILD +++ b/pdk/BUILD @@ -11,3 +11,5 @@ # 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. + +exports_files(["build_defs.bzl"])