summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllen Arteca <emarteca@google.com>2024-03-22 21:21:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-22 21:21:15 +0000
commitbb525131bb81fdd63bacb054c134130a6df5b6bc (patch)
tree25722ae347423c608121b65f6cdc9fea76e8e9d5
parent7ed876741c4704a273b4816d3c132ab6f2e8d9cc (diff)
parentda1d160074b90eb349d058321bad5175a2f90824 (diff)
downloadvold-bb525131bb81fdd63bacb054c134130a6df5b6bc.tar.gz
Merge "Add @SensitiveData tag to IVold" into main
-rw-r--r--binder/android/os/IVold.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/binder/android/os/IVold.aidl b/binder/android/os/IVold.aidl
index d121dee3..dfccc004 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);