Skip to content

Commit 426f905

Browse files
author
Jeff Brown
committed
Fix build.
Change-Id: I277042c91b34af59e70941fd5b458581310b1c22
1 parent 4a3862f commit 426f905

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)