Remove testonly from simulated constants sender
So that we can use this for replay tools like target mapping.
Signed-off-by: milind-u <milind.upadhyay@gmail.com>
Change-Id: Ic835b288e59150bca1c16a66a375aa3d3606d8c3
diff --git a/y2023/constants/BUILD b/y2023/constants/BUILD
index 344fa75..0f57f05 100644
--- a/y2023/constants/BUILD
+++ b/y2023/constants/BUILD
@@ -3,7 +3,6 @@
cc_library(
name = "simulated_constants_sender",
- testonly = True,
srcs = ["simulated_constants_sender.cc"],
hdrs = ["simulated_constants_sender.h"],
data = [":test_constants.json"],
@@ -19,7 +18,6 @@
jinja2_template(
name = "test_constants.json",
- testonly = True,
src = "test_constants.jinja2.json",
includes = glob(["test_data/*.json"]),
parameters = {},