aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture/vintf/objects.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/architecture/vintf/objects.html')
-rw-r--r--en/devices/architecture/vintf/objects.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/en/devices/architecture/vintf/objects.html b/en/devices/architecture/vintf/objects.html
index 825b20d9..3bfeff64 100644
--- a/en/devices/architecture/vintf/objects.html
+++ b/en/devices/architecture/vintf/objects.html
@@ -167,7 +167,7 @@ specify product-specific HALs).</p>
&lt;instance>legacy/0&lt;/instance>
&lt;/interface>
&lt;/hal>
- &lt;!-- NFC is disabled -->
+ &lt;!-- NFC is declared to be disabled -->
&lt;hal override="true">
&lt;name>android.hardware.nfc&lt;/name>
&lt;transport>hwbinder&lt;/transport>
@@ -281,7 +281,8 @@ depending on the <code>format</code> attribute.</dd>
<li><code>true</code>: override other <code>&lt;hal></code> elements with
the same <code>&lt;name></code> and major version. If no
<code>&lt;version></code> or <code>&lt;fqname></code> are in this
- <code>&lt;hal></code> element, then this HAL is disabled.</li>
+ <code>&lt;hal></code> element, then the <code>&lt;hal></code> element
+ declares this HAL to be disabled.</li>
<li><code>false</code>: do not override other <code>&lt;hal></code> elements
with the same <code>&lt;name></code> and major version.</li>
</ul>