Map the "com_github_glog_glog" dependency of "com_google_sentencepiece" to mediapipe's "com_github_glog_glog_no_gflags".

PiperOrigin-RevId: 487727239
This commit is contained in:
Jiuqiang Tang
2022-11-10 22:12:42 -08:00
committed by Copybara-Service
parent b4972ed4ae
commit f329e38dc1
5 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ http_archive(
"//third_party:com_google_sentencepiece_no_gflag_no_gtest.diff",
],
patch_args = ["-p1"],
repo_mapping = {"@com_google_glog" : "@com_github_glog_glog"},
repo_mapping = {"@com_google_glog" : "@com_github_glog_glog_no_gflags"},
)
http_archive(