Merge "Fix build." into mnc-dev

This commit is contained in:
Dianne Hackborn
2015-07-15 18:59:18 +00:00
committed by Android (Google) Code Review

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.
}