From 09a4b04d2a3b00fc0f1f88e55e2cb4afa130d1c2 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Tue, 25 Jul 2023 00:14:48 -0700 Subject: [PATCH] Internal Code Change PiperOrigin-RevId: 550792797 --- agent_based_epidemic_sim/agent_synthesis/BUILD | 2 ++ agent_based_epidemic_sim/applications/home_work/BUILD | 2 ++ 2 files changed, 4 insertions(+) diff --git a/agent_based_epidemic_sim/agent_synthesis/BUILD b/agent_based_epidemic_sim/agent_synthesis/BUILD index 2a89e468..6f3c47f9 100644 --- a/agent_based_epidemic_sim/agent_synthesis/BUILD +++ b/agent_based_epidemic_sim/agent_synthesis/BUILD @@ -1,5 +1,7 @@ # Libraries for synthesizing agents. +load("//third_party/bazel_rules/rules_python/python:proto.bzl", "py_proto_library") + licenses(["notice"]) package(default_visibility = [ diff --git a/agent_based_epidemic_sim/applications/home_work/BUILD b/agent_based_epidemic_sim/applications/home_work/BUILD index 4cd43ad8..fd25aaf3 100644 --- a/agent_based_epidemic_sim/applications/home_work/BUILD +++ b/agent_based_epidemic_sim/applications/home_work/BUILD @@ -1,3 +1,5 @@ +load("//third_party/bazel_rules/rules_python/python:proto.bzl", "py_proto_library") + # Packages for the simplified home-work simulation application. licenses(["notice"])