Merge "Keystore 2.0 engine: Handle legacy PEM certificates." am: 4ef2802a9b

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1838037

Change-Id: I7a6c3ee48ef070dacb9e3d9cc5daf8c5a701d627
diff --git a/keystore2/aidl/android/security/legacykeystore/ILegacyKeystore.aidl b/keystore2/aidl/android/security/legacykeystore/ILegacyKeystore.aidl
index fe93673..e65efaa 100644
--- a/keystore2/aidl/android/security/legacykeystore/ILegacyKeystore.aidl
+++ b/keystore2/aidl/android/security/legacykeystore/ILegacyKeystore.aidl
@@ -95,4 +95,4 @@
      * @param uid legacy namespace to list. Specify UID_SELF for caller's namespace.
      */
     String[] list(in String prefix, int uid);
-}
+}
\ No newline at end of file