Merge "Inform Java BigInteger that the input bytes are positive" am: aea49653af

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

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