xref: /aosp_15_r20/system/extras/partition_tools/aidl/android/lpdump/ILpdump.aidl (revision 288bf5226967eb3dac5cce6c939ccc2a7f2b4fe5)
1 package android.lpdump;
2 interface ILpdump {
run(in @tf8InCpp String[] args)3     @utf8InCpp String run(in @utf8InCpp String[] args);
4 }
5