提交 cf711a03 编写于 作者: Y Yanming Liu

Restructure BUILD

上级 67936b03
package(default_visibility = ["//visibility:public"])
# Empty cc_library for backward compatibility
cc_library(
name = "optonly",
hdrs = ['src/midout.h'],
includes = ['src'],
visibility = ["//visibility:public"],
deprecation = "//brain/midout:optonly is (and was) effectively a no-op, please remove such deps",
)
cc_library(
name = "midout",
srcs = ['src/midout.cpp'],
deps = [':optonly'],
visibility = ["//visibility:public"],
hdrs = ['src/midout.h'],
includes = ['src'],
)
# vim: ft=python
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册