aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/tech/ota/reduce_size.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/devices/tech/ota/reduce_size.html')
-rw-r--r--zh-cn/devices/tech/ota/reduce_size.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/devices/tech/ota/reduce_size.html b/zh-cn/devices/tech/ota/reduce_size.html
index 458ac071..70a2bc65 100644
--- a/zh-cn/devices/tech/ota/reduce_size.html
+++ b/zh-cn/devices/tech/ota/reduce_size.html
@@ -118,7 +118,7 @@
<h2 id="the_build_diff_tool">使用编译 diff 工具</h2>
-<p>对于无法消除与编译相关的文件变更的情况,AOSP 纳入了编译 diff 工具 <code><a href="https://android.googlesource.com/platform/build/+/master/tools/releasetools/target_files_diff.py" class="external">target_files_diff.py</a></code>,以用于比较两个文件包。该工具会在两个编译之间执行递归 diff,从而排除常见的编译相关文件变更,例如:</p>
+<p>由于有些情况下无法避免与编译相关的文件变更,为此 AOSP 纳入了编译 diff 工具 <code><a href="https://android.googlesource.com/platform/build/+/master/tools/releasetools/target_files_diff.py" class="external">target_files_diff.py</a></code>,以用于比较两个文件包。该工具会在两个编译之间执行递归 diff,从而排除常见的编译相关文件变更,例如:</p>
<ul>
<li>编译输出中的预期变更(例如,由于版本号变更所导致)。</li>