aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/setup/64-bit-builds.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/setup/64-bit-builds.html')
-rw-r--r--zh-cn/setup/64-bit-builds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/setup/64-bit-builds.html b/zh-cn/setup/64-bit-builds.html
index 2d10e38b..dab0696f 100644
--- a/zh-cn/setup/64-bit-builds.html
+++ b/zh-cn/setup/64-bit-builds.html
@@ -151,6 +151,6 @@ $(local-generated-sources-dir)</code> 或 <code>$(generated-sources-dir-for)</co
<h2 id="dex-preopt">Dex-preopt</h2>
-<p>对于 64 位设备,我们会默认为启动映像及任何 Java 库同时生成 32 位和 64 位 odex 文件。对于 APK,我们默认仅为主要的 64 位架构生成 odex。如果某个应用将同时在 32 位和 64 位进程中启动,请使用 <code>LOCAL_MULTILIB := both</code> 确保同时生成 32 位和 64 位 odex 文件。该标记还会指示编译系统同时添加 32 位和 64 位 JNI 库(如果应用中包含任何此类库)。</p>
+<p>对于 64 位设备,我们会默认为启动映像及任何 Java 库同时生成 32 位和 64 位 odex 文件。对于 APK,我们默认仅为主要的 64 位架构生成 odex 文件。如果某个应用将同时在 32 位和 64 位进程中启动,请使用 <code>LOCAL_MULTILIB := both</code> 确保同时生成 32 位和 64 位 odex 文件。该标记还会指示编译系统同时添加 32 位和 64 位 JNI 库(如果应用中包含任何此类库)。</p>
</body></html> \ No newline at end of file