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

Restructure BUILD

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