Merge "odsign: Explicitly initialize to use system logger" am: 5cc2211ec7

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

Change-Id: Ib8a132c52584d80dc69558e65840241933f32ed4
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