aboutsummaryrefslogtreecommitdiff
path: root/ndk/checkbuild.py
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-03-11 11:38:04 -0700
committerDan Albert <danalbert@google.com>2020-03-11 11:38:04 -0700
commita53ec8f3e1232493fd619a650ca1e076b25d32ca (patch)
tree905302806829887629a25ee1e04683f643e9c233 /ndk/checkbuild.py
parent5e94a66ba32dc854ff0ff30db631e759f8f285df (diff)
downloadndk-a53ec8f3e1232493fd619a650ca1e076b25d32ca.tar.gz
Be less opinionated about the DMG compression.
Might be a newer option that out buildbots aren't new enough for. Test: None Bug: None Change-Id: I747ae25dc4e7af0486bba0bcc18f28328f4e31fb
Diffstat (limited to 'ndk/checkbuild.py')
-rwxr-xr-xndk/checkbuild.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndk/checkbuild.py b/ndk/checkbuild.py
index 45b701035..42efe3b01 100755
--- a/ndk/checkbuild.py
+++ b/ndk/checkbuild.py
@@ -148,8 +148,8 @@ def make_dmg(dmg: Path, name: str, src: Path) -> None:
# Overwrite existing
'-ov',
'-format',
- # LZMA compressed
- 'ULMO',
+ # Compressed
+ 'UDZO',
str(dmg)
])