Add nsync lib dep. to cc_library rule android_tensorflow_lib_selective_registration (#16117)

This commit is contained in:
resec 2018-01-30 06:36:21 +08:00 committed by Andrew Harp
parent 82336ab8a1
commit 1aa6e1a67a

View File

@ -1151,6 +1151,7 @@ cc_library(
deps = [ deps = [
":protos_all_cc_impl", ":protos_all_cc_impl",
"//third_party/eigen3", "//third_party/eigen3",
"@nsync//:nsync_cpp",
"@protobuf_archive//:protobuf", "@protobuf_archive//:protobuf",
], ],
alwayslink = 1, alwayslink = 1,