summaryrefslogtreecommitdiff
path: root/test/run_test_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_test_build.py')
-rwxr-xr-xtest/run_test_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_test_build.py b/test/run_test_build.py
index ecd2518c62..1d64897436 100755
--- a/test/run_test_build.py
+++ b/test/run_test_build.py
@@ -612,7 +612,7 @@ def main() -> None:
# Create the final zip file which contains the content of the temporary directory.
soong_zip = android_build_top / args.soong_zip
zip_file = android_build_top / args.out
- run([soong_zip, "-o", zip_file, "-C", ziproot, "-D", ziproot], check=True)
+ run([soong_zip, "-L", "0", "-o", zip_file, "-C", ziproot, "-D", ziproot], check=True)
if __name__ == "__main__":
main()