summaryrefslogtreecommitdiff
path: root/core/Android.mk
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2015-06-16 09:57:42 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-08-04 14:29:48 -0700
commitbb5d2d4bfb12df717f35f3d2365ce0263d319fe7 (patch)
tree11bd1981dc486d76656bdd7632f5df2526f4fec0 /core/Android.mk
parentd0faf18e26bdc4bfc38c164b3f3060843e443ba5 (diff)
downloadgps-bb5d2d4bfb12df717f35f3d2365ce0263d319fe7.tar.gz
Adding a number of utilities
LocHeap, LocThread, LocTimer, and moved MsgTask to utils. Also added are LocRankable and LocRunnable abstract classes. Change-Id: I76975455d24f2c84a95dcc1b04f79fea562ea5ba CRs-Fixed: 855222
Diffstat (limited to 'core/Android.mk')
-rw-r--r--core/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Android.mk b/core/Android.mk
index 6a08b6a..267b31f 100644
--- a/core/Android.mk
+++ b/core/Android.mk
@@ -23,7 +23,6 @@ LOCAL_SHARED_LIBRARIES := \
libdl
LOCAL_SRC_FILES += \
- MsgTask.cpp \
LocApiBase.cpp \
LocAdapterBase.cpp \
ContextBase.cpp \
@@ -39,7 +38,6 @@ LOCAL_C_INCLUDES:= \
LOCAL_COPY_HEADERS_TO:= libloc_core/
LOCAL_COPY_HEADERS:= \
- MsgTask.h \
LocApiBase.h \
LocAdapterBase.h \
ContextBase.h \