Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9942c02 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix Sysui-Studio by changing how a nested parcelable is referenced in an AIDL file.

Test: build sysui-studio
Change-Id: I07b7326ce60cae9b9bb2dcaf5835705b81cdc051
parent b61c3bb7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.systemui.shared.communal;

import android.view.SurfaceControlViewHost;
import android.view.SurfaceControlViewHost.SurfacePackage;

/**
* An interface for receiving the result of a surface request. ICommunalSurfaceCallback is
@@ -26,5 +26,5 @@ interface ICommunalSurfaceCallback {
 /**
  * Invoked when the CommunalSurface has generated the SurfacePackage to be displayed.
  */
 void onSurface(in SurfaceControlViewHost.SurfacePackage surfacePackage) = 1;
 void onSurface(in SurfacePackage surfacePackage) = 1;
}
 No newline at end of file