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

Commit 712aa629 authored by Svet Ganov's avatar Svet Ganov Committed by Android (Google) Code Review
Browse files

Merge "Fix build for real"

parents f9978f86 e8b6debd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package com.android.layoutlib.bridge.android;

import android.annotation.Nullable;
import com.android.annotations.Nullable;
import com.android.ide.common.rendering.api.AssetRepository;
import com.android.ide.common.rendering.api.ILayoutPullParser;
@@ -1403,7 +1402,7 @@ public final class BridgeContext extends Context {
    }

    public void sendBroadcastAsUser(Intent intent, UserHandle user,
            @Nullable String receiverPermission, int appOp) {
            String receiverPermission, int appOp) {
        // pass
    }