summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-04-17 15:49:53 -0700
committerSvet Ganov <svetoslavganov@google.com>2015-04-17 15:49:53 -0700
commite8b6debd9b1035a8b8da102cfe476b71986b341c (patch)
tree1a308282281986f8329ce627b90fda8f1411f564 /tools
parent6762301a10ba1176dc97083bef6785ec169378ff (diff)
downloadframeworks_base-e8b6debd9b1035a8b8da102cfe476b71986b341c.zip
frameworks_base-e8b6debd9b1035a8b8da102cfe476b71986b341c.tar.gz
frameworks_base-e8b6debd9b1035a8b8da102cfe476b71986b341c.tar.bz2
Fix build for real
Change-Id: I5742226e9b873cd5a035f11be0e228188e215365
Diffstat (limited to 'tools')
-rw-r--r--tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java
index bebbfd0..094778d 100644
--- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java
+++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java
@@ -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
}