From 928ef7f2c02f18d9945dd750884dffbdebef1b98 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 27 Mar 2019 12:52:33 -0700 Subject: Removed reflection and other extraneous things from the core library. (#158) * Removed reflection and other extraneous things from the core library. * Added missing files and ran buildifier. * New CMakeLists.txt. * Made table its own cc_library() for internal usage. --- build_defs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_defs.bzl') diff --git a/build_defs.bzl b/build_defs.bzl index 59d2af7..05b3974 100644 --- a/build_defs.bzl +++ b/build_defs.bzl @@ -329,7 +329,7 @@ def upb_proto_reflection_library(name, deps, upbc): native.cc_library( name = name, srcs = [":" + srcs_rule], - deps = [":upb"], + deps = [":upb", ":reflection"], copts = ["-Ibazel-out/k8-fastbuild/bin"], ) -- cgit v1.2.3