Add rules_java load statements.
Partial commit for third_party/*, see #9092.
Signed-off-by: iirina <elenairina@google.com>
diff --git a/third_party/java/android_databinding/BUILD b/third_party/java/android_databinding/BUILD
index fe821f6..5cc3d2f 100644
--- a/third_party/java/android_databinding/BUILD
+++ b/third_party/java/android_databinding/BUILD
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+load("@rules_java//java:defs.bzl", "java_import")
+
licenses(["notice"]) # Apache License 2.0
exports_files(["LICENSE"])