Merge "Fix build." into klp-modular-dev

This commit is contained in:
Jeff Brown
2014-05-21 05:17:31 +00:00
committed by Android (Google) Code Review

View File

@@ -56,7 +56,7 @@ public class BridgePowerManager implements IPowerManager {
}
@Override
public void goToSleep(long arg0, int arg1) throws RemoteException {
public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException {
// pass for now.
}