Add "Component instance name" to Android's configurator descriptor

Change-Id: I0100027663108c04477cf71702675f1ec6490e22
Reviewed-on: https://pigweed-review.googlesource.com/c/open-dice/+/196090
Commit-Queue: Daniel d'Andrada <dandrader@google.com>
Reviewed-by: Ashutosh Agarwal <radsaggi@google.com>
Reviewed-by: Andrew Scull <ascull@google.com>
diff --git a/docs/android.md b/docs/android.md
index 8c40f27..980e63c 100644
--- a/docs/android.md
+++ b/docs/android.md
@@ -83,6 +83,7 @@
 Resettable             | -70004 | null                 | If present, key changes on factory reset
 Security&nbsp;version  | -70005 | uint                 | Machine-comparable, monotonically increasing version of the component where a greater value indicates a newer version. This value must increment for every update that changes the code hash, for example by using the timestamp of the version's release.
 [RKP&nbsp;VM][rkp-vm]&nbsp;marker | -70006 | null      | See the [Android HAL documentation][rkp-hal-readme] for precise semantics, as they vary by Android version.
+Component&nbsp;instance&nbsp;name | -70007 | tstr      | When component is meant as a type, class or category, one can further specify the particular instance of that component.
 
 [rkp-vm]: https://android.googlesource.com/platform/packages/modules/Virtualization/+/main/service_vm/README.md#rkp-vm-remote-key-provisioning-virtual-machine
 [rkp-hal-readme]: https://android.googlesource.com/platform/hardware/interfaces/+/main/security/rkp/README.md