camera_metadata: add android.lens.state MOVING enum value
Bug: 10621609
Change-Id: Ie5533dfa846df3d4935dcdc58ecc0ce4bcda1914
diff --git a/camera/docs/docs.html b/camera/docs/docs.html
index 8b1b233..e0aaf81 100644
--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -6139,6 +6139,9 @@
<li>
<span class="entry_type_enum_name">STATIONARY</span>
</li>
+ <li>
+ <span class="entry_type_enum_name">MOVING</span>
+ </li>
</ul>
</td> <!-- entry_type -->
diff --git a/camera/docs/metadata_properties.xml b/camera/docs/metadata_properties.xml
index a14576b..a9463cd 100644
--- a/camera/docs/metadata_properties.xml
+++ b/camera/docs/metadata_properties.xml
@@ -1393,6 +1393,7 @@
<entry name="state" type="byte" visibility="public" enum="true">
<enum>
<value>STATIONARY</value>
+ <value>MOVING</value>
</enum>
<description>Current lens status</description>
<tag id="V1" />