Add DEVICE_LOCKED to the AndroidKeymasterCommand enum.

Test: Compiles
Bug: 158517345
Change-Id: Ifbe0d7c7dd608ee0f1d6bd6d3a5f514df72fad30
diff --git a/include/keymaster/android_keymaster_messages.h b/include/keymaster/android_keymaster_messages.h
index 95219bc..4dbabd7 100644
--- a/include/keymaster/android_keymaster_messages.h
+++ b/include/keymaster/android_keymaster_messages.h
@@ -56,6 +56,7 @@
     DESTROY_ATTESTATION_IDS = 24,
     IMPORT_WRAPPED_KEY = 25,
     EARLY_BOOT_ENDED = 26,
+    DEVICE_LOCKED = 27,
 };
 
 /**