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

PiperOrigin-RevId: 487651038
This commit is contained in:
Jiuqiang Tang
2022-11-10 15:11:57 -08:00
committed by Copybara-Service
parent bbf4ff0300
commit d6ba5e4bbe
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -155,6 +155,7 @@ http_archive(
name = "com_google_audio_tools",
strip_prefix = "multichannel-audio-tools-master",
urls = ["https://github.com/google/multichannel-audio-tools/archive/master.zip"],
repo_mapping = {"@com_github_glog_glog" : "@com_github_glog_glog_no_gflags"},
)
http_archive(