Skip to content

Commit 6947fd0

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "Fix build."
2 parents b7f0af2 + 426f905 commit 6947fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/input/tests/InputReader_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class FakeInputReaderPolicy : public InputReaderPolicyInterface {
171171
mInputDevices = inputDevices;
172172
}
173173

174-
virtual sp<KeyCharacterMap> getKeyboardLayout(const String8& inputDeviceDescriptor) {
174+
virtual sp<KeyCharacterMap> getKeyboardLayoutOverlay(const String8& inputDeviceDescriptor) {
175175
return NULL;
176176
}
177177
};

0 commit comments

Comments
 (0)