summaryrefslogtreecommitdiffstats
path: root/libs/ui/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-21 12:52:06 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-21 12:52:06 -0800
commit6861d94d4c9dfe50aa7c2f4094665071b8e2f001 (patch)
treedf517600cc246f5450fc5678bceea9076ef79aad /libs/ui/Android.mk
parentf1e7d1174bae0581bdcffb27b7eb6c8e302ab01c (diff)
parent4f4c10104e8fbeed5dfeefb542e0bc5392daf9a5 (diff)
downloadframeworks_native-6861d94d4c9dfe50aa7c2f4094665071b8e2f001.zip
frameworks_native-6861d94d4c9dfe50aa7c2f4094665071b8e2f001.tar.gz
frameworks_native-6861d94d4c9dfe50aa7c2f4094665071b8e2f001.tar.bz2
Merge "frameworks/base refactoring"
Diffstat (limited to 'libs/ui/Android.mk')
-rw-r--r--libs/ui/Android.mk35
1 files changed, 1 insertions, 34 deletions
diff --git a/libs/ui/Android.mk b/libs/ui/Android.mk
index f8b4452..579c315 100644
--- a/libs/ui/Android.mk
+++ b/libs/ui/Android.mk
@@ -13,41 +13,14 @@
# limitations under the License.
LOCAL_PATH:= $(call my-dir)
-
-# libui is partially built for the host (used by build time keymap validation tool)
-# These files are common to host and target builds.
-commonSources:= \
- Input.cpp \
- Keyboard.cpp \
- KeyLayoutMap.cpp \
- KeyCharacterMap.cpp \
- VirtualKeyMap.cpp
-
-# For the host
-# =====================================================
-
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= $(commonSources)
-
-LOCAL_MODULE:= libui
-
-include $(BUILD_HOST_STATIC_LIBRARY)
-
-
-# For the device
-# =====================================================
-
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
- $(commonSources) \
EGLUtils.cpp \
FramebufferNativeWindow.cpp \
GraphicBuffer.cpp \
GraphicBufferAllocator.cpp \
GraphicBufferMapper.cpp \
- InputTransport.cpp \
PixelFormat.cpp \
Rect.cpp \
Region.cpp
@@ -57,13 +30,7 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
libEGL \
libpixelflinger \
- libhardware \
- libhardware_legacy \
- libskia \
- libbinder
-
-LOCAL_C_INCLUDES := \
- external/skia/include/core
+ libhardware
LOCAL_MODULE:= libui