summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDeepanshu Gupta <deepanshu@google.com>2014-05-13 15:46:28 -0700
committerDeepanshu Gupta <deepanshu@google.com>2014-05-13 15:47:04 -0700
commit1c55797d0e786b6594e769c2fa424e1b8386648e (patch)
tree832f362bc9ae7a12cfc7b045d81f127c81711518 /tools
parentbd5a3e6510e83b161a0e40c191d349524ae4a8e6 (diff)
downloadframeworks_base-1c55797d0e786b6594e769c2fa424e1b8386648e.zip
frameworks_base-1c55797d0e786b6594e769c2fa424e1b8386648e.tar.gz
frameworks_base-1c55797d0e786b6594e769c2fa424e1b8386648e.tar.bz2
Fix build
remove a line that shouldn't have been merged into this branch. The build will still be broken for this branch, but this will fix it for many branches downstream. Change-Id: I2f556636640eb823dc2834afae7b536e79b79607
Diffstat (limited to 'tools')
-rw-r--r--tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/RenderSessionImpl.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/RenderSessionImpl.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/RenderSessionImpl.java
index 4329f5f..c5f177b 100644
--- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/RenderSessionImpl.java
+++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/RenderSessionImpl.java
@@ -184,7 +184,6 @@ public class RenderSessionImpl extends RenderAction<SessionParams> {
SessionParams params = getParams();
BridgeContext context = getContext();
- context.getIWindowManager().setHasNavBar(params.getHardwareConfig().hasSoftwareButtons());
RenderResources resources = getParams().getResources();
DisplayMetrics metrics = getContext().getMetrics();