aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/media/oem.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/devices/media/oem.html')
-rw-r--r--zh-cn/devices/media/oem.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/zh-cn/devices/media/oem.html b/zh-cn/devices/media/oem.html
index da274f4c..9f339137 100644
--- a/zh-cn/devices/media/oem.html
+++ b/zh-cn/devices/media/oem.html
@@ -98,7 +98,7 @@ following codecs' concurrent instances limit in /etc/media_codecs.xml:
<li>首先使用 cts-tradefed 运行测试。鉴于 Android 性能的波动性,建议多次运行测试以获得更准确的最小值和最大值。
</li><li>使用提供的 <a href="https://android.googlesource.com/platform/cts/+/marshmallow-cts-dev/tools/cts-media/get_achievable_rates.py">get_achievable_rates.py</a> 脚本生成 XML 文件。
</li><li>将 XML 文件放置在以下位置:<code>/etc/media_codecs_performance.xml</code><br />
-为了完成此过程,您通常需要将 XML 文件放置在设备项目 (device/&lt;vendor&gt;&lt;product&gt;) 中并将 <code>PRODUCT_COPY_FILES</code> 行添加到 <code>device.mk</code> 中,如下所示:<em></em><em></em>
+为了完成此过程,您通常需要将 XML 文件放置在设备项目 (device/&lt;vendor&gt;&lt;product&gt;) 中,并将 <code>PRODUCT_COPY_FILES</code> 行添加到 <code>device.mk</code> 中,具体如下所示:<em></em><em></em>
<pre class="devsite-click-to-copy">
PRODUCT_COPY_FILES += \
...
@@ -130,7 +130,7 @@ PRODUCT_COPY_FILES += \
</pre>
</li><li>请注意,默认情况下,两个设置都为 true,这意味着如果支持这些设置,则无需将设置行添加到 <code>media_codecs.xml</code>。
- </li><li>如果这两个设置未正确设置,<code>ResourceManagerTest</code> CTS 测试可能会失败。
+ </li><li>如果这两项设置均未正确设置,<code>ResourceManagerTest</code> CTS 测试可能会失败。
</li></ul>
</body></html> \ No newline at end of file