Make AudioTools compile when build from python:framework_bindings

PiperOrigin-RevId: 523158401
This commit is contained in:
Sebastian Schmidt
2023-04-10 11:00:15 -07:00
committed by Copybara-Service
parent b685f53c6b
commit e5f28bc136
2 changed files with 27 additions and 0 deletions
+3
View File
@@ -212,6 +212,9 @@ http_archive(
urls = ["https://github.com/google/multichannel-audio-tools/archive/1f6b1319f13282eda6ff1317be13de67f4723860.zip"],
sha256 = "fe346e1aee4f5069c4cbccb88706a9a2b2b4cf98aeb91ec1319be77e07dd7435",
repo_mapping = {"@com_github_glog_glog" : "@com_github_glog_glog_no_gflags"},
# TODO: Fix this in AudioTools directly
patches = ["@//third_party:com_google_audio_tools_fixes.diff"],
patch_args = ["-p1"]
)
http_archive(