From 631500ef58e016943bd73521d113f12eab16dc25 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Tue, 21 May 2013 15:04:14 -0700 Subject: Move VelocityTracker.cpp to target build only VelocityTracker.cpp makes reference to property_get, which doesn't make a lot of sense when compiling for the host. Compile this file for the target only. Keyboard.cpp: Remove unnecessary include file. Change-Id: Iee9edd81953b2e7e815005770ce286a6ec586f20 --- libs/androidfw/Keyboard.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/androidfw/Keyboard.cpp') diff --git a/libs/androidfw/Keyboard.cpp b/libs/androidfw/Keyboard.cpp index 4ddbeab340ee..26a4e6a412a2 100644 --- a/libs/androidfw/Keyboard.cpp +++ b/libs/androidfw/Keyboard.cpp @@ -27,7 +27,6 @@ #include #include #include -#include namespace android { -- cgit v1.2.3-59-g8ed1b