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

Commit fab856e7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use empty impl for markVintfStability on host." into main

parents 6398c403 fa5895a3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -708,9 +708,16 @@ public class Binder implements IBinder {
     *
     * @hide
     */
    @android.ravenwood.annotation.RavenwoodReplace
    @SystemApi(client = SystemApi.Client.PRIVILEGED_APPS)
    public final native void markVintfStability();

    /** @hide */
    private void markVintfStability$ravenwood() {
        // This is not useful for Ravenwood which uses local binder.
        // TODO(b/361785059): Use real native libbinder.
    }

    /**
     * Use a VINTF-stability binder w/o VINTF requirements. Should be called
     * on a binder before it is sent out of process.