diff options
author | Deepanshu Gupta <deepanshu@google.com> | 2015-05-23 01:19:23 +0000 |
---|---|---|
committer | Deepanshu Gupta <deepanshu@google.com> | 2015-05-23 01:20:53 +0000 |
commit | 944a6c937cd3576ecae5c3fdd0dcf265329e6bcf (patch) | |
tree | 8b1cc927dfd62b8b5e0420a9f0547f375555f7a4 /tools | |
parent | 97b3ae1a8766616675ebf2323a97d8adfd41bfdc (diff) | |
download | frameworks_base-944a6c937cd3576ecae5c3fdd0dcf265329e6bcf.zip frameworks_base-944a6c937cd3576ecae5c3fdd0dcf265329e6bcf.tar.gz frameworks_base-944a6c937cd3576ecae5c3fdd0dcf265329e6bcf.tar.bz2 |
Revert "Fix build."
This reverts commit 97b3ae1a8766616675ebf2323a97d8adfd41bfdc.
Reverted since 4bb6b751fbbb218e8a298db4aa008472a0aa8d31 reverts
the commit that warranted this change.
Change-Id: I56d0eb8ffba44a673ae357e9543dd18f6c03c54f
Diffstat (limited to 'tools')
-rw-r--r-- | tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowSession.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowSession.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowSession.java index c92df6d..4289689 100644 --- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowSession.java +++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowSession.java @@ -89,7 +89,7 @@ public final class BridgeWindowSession implements IWindowSession { @Override public int relayout(IWindow iWindow, int i, LayoutParams layoutParams, int i2, int i3, int i4, int i5, Rect rect, Rect rect2, Rect rect3, Rect rect4, Rect rect5, - Rect rect6, Configuration configuration, Surface surface) throws RemoteException { + Configuration configuration, Surface surface) throws RemoteException { // pass for now. return 0; } |