No public description

PiperOrigin-RevId: 568660415
This commit is contained in:
Sebastian Schmidt
2023-09-26 15:14:16 -07:00
committed by Copybara-Service
parent 0417817886
commit 3134625508
4 changed files with 46 additions and 16 deletions
+19
View File
@@ -176,6 +176,25 @@ http_archive(
],
)
# 2023-06-05
# This version of Glog is required for Windows support, but currently causes
# crashes on some Android devices.
http_archive(
name = "com_github_glog_glog_windows",
strip_prefix = "glog-3a0d4d22c5ae0b9a2216988411cfa6bf860cc372",
sha256 = "170d08f80210b82d95563f4723a15095eff1aad1863000e8eeb569c96a98fefb",
urls = [
"https://github.com/google/glog/archive/3a0d4d22c5ae0b9a2216988411cfa6bf860cc372.zip",
],
patches = [
"@//third_party:com_github_glog_glog.diff",
"@//third_party:com_github_glog_glog_windows_patch.diff",
],
patch_args = [
"-p1",
],
)
# easyexif
http_archive(
name = "easyexif",