From 3785afbdd3052af5196ea7fdeb9a975d611e8163 Mon Sep 17 00:00:00 2001 From: Ellen Arteca Date: Fri, 29 Mar 2024 21:28:23 +0000 Subject: [PATCH] Revert^2 "Add @SensitiveData tag to IVold" This reverts commit 697c6a52173abcb6106180c36b0b0574db21cb2c. It is reapplying the change in I0439f63fd4739bf5a6c957695cc9c3003ec89eb0. Reason for revert: Undoing the revert (putting the change back in); after looking at the performance bug, it seems impossible it was caused by the addition of the `@SensitiveData` tag on IVold. Performance bug: 331045735 Bug: 320392352 Test: launch_cvd -daemon Change-Id: I522f63836155ea404260e89fd2f209738f37d5b3 --- binder/android/os/IVold.aidl | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/android/os/IVold.aidl b/binder/android/os/IVold.aidl index d121dee..dfccc00 100644 --- a/binder/android/os/IVold.aidl +++ b/binder/android/os/IVold.aidl @@ -22,6 +22,7 @@ import android.os.IVoldMountCallback; import android.os.IVoldTaskListener; /** {@hide} */ +@SensitiveData interface IVold { void setListener(IVoldListener listener);