From 1acaf86a203f735cb9c4d6f137b049fc81b8d12f Mon Sep 17 00:00:00 2001 From: dsengupta0628 Date: Wed, 13 May 2026 20:00:18 +0000 Subject: [PATCH] expose libertybuilder for bazel Signed-off-by: dsengupta0628 --- BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD b/BUILD index bcae6ce4..1c493f06 100644 --- a/BUILD +++ b/BUILD @@ -362,6 +362,8 @@ cc_library( "search/ReportPath.hh", "spice/WritePathSpice.hh", "dcalc/PrimaDelayCalc.hh", + # Needed by src/dbSta to synthesize LibertyCells programmatically. + "liberty/LibertyBuilder.hh", ], copts = [ "-Wno-error",