am f57b5e6f: am 4a56983f: am d193916c: Merge "Fix build." into mnc-dev

* commit 'f57b5e6f23b9ec6f98d4af75072b87b09303e62d':
  Fix build.
This commit is contained in:
Dianne Hackborn
2015-07-15 22:56:39 +00:00
committed by Android Git Automerger

View File

@@ -137,7 +137,7 @@ public class BridgePowerManager implements IPowerManager {
}
@Override
public void wakeUp(long time) throws RemoteException {
public void wakeUp(long time, String reason, String opPackageName) throws RemoteException {
// pass for now.
}