OSDN Git Service

Fix build.
authorDianne Hackborn <hackbod@google.com>
Mon, 24 Mar 2014 21:53:39 +0000 (14:53 -0700)
committerDianne Hackborn <hackbod@google.com>
Mon, 24 Mar 2014 21:53:39 +0000 (14:53 -0700)
Change-Id: I1dd79e932a551bd537d2c71e8fca29a299c9312f

tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgePowerManager.java

index a90632c..3414b3e 100644 (file)
@@ -111,7 +111,7 @@ public class BridgePowerManager implements IPowerManager {
     }
 
     @Override
-    public void updateWakeLockWorkSource(IBinder arg0, WorkSource arg1) throws RemoteException {
+    public void updateWakeLockWorkSource(IBinder arg0, WorkSource arg1, String arg2) throws RemoteException {
         // pass for now.
     }