From 9d3b1a424c5c61e24e9659d15fb353026a00d925 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 1 Jul 2013 19:07:15 -0700 Subject: Move input library code to frameworks/native. No longer compile libandroidfw as a static library on the device since it already exists as a shared library. Keeping the static library would force us to provide a static library version of libinput for the device as well which doesn't make sense. Change-Id: I3517881b87b47dcc209d80dbd0ac6b5cf29a766f --- tools/validatekeymaps/Main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/validatekeymaps/Main.cpp') diff --git a/tools/validatekeymaps/Main.cpp b/tools/validatekeymaps/Main.cpp index 91e4fda3d7a7..5b45c551c930 100644 --- a/tools/validatekeymaps/Main.cpp +++ b/tools/validatekeymaps/Main.cpp @@ -14,9 +14,9 @@ * limitations under the License. */ -#include -#include -#include +#include +#include +#include #include #include -- cgit v1.2.3-59-g8ed1b