aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsoong/mojom_source_generator.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/soong/mojom_source_generator.sh b/soong/mojom_source_generator.sh
index de2441f..f1fac9e 100755
--- a/soong/mojom_source_generator.sh
+++ b/soong/mojom_source_generator.sh
@@ -107,8 +107,6 @@ for file in "${files[@]}"; do
"${file}"
fi
if [[ "${generators}" =~ .*java.* ]] ; then
- # -DD uses current time for the timestamp of the unzipped files so
- # ninja doesn't think they are out of date and need regenerating
- unzip -qo -DD -d "${output_dir}"/src "${output_dir}/${rel_path}".srcjar
+ unzip -qo -d "${output_dir}"/src "${output_dir}/${rel_path}".srcjar
fi
done