summaryrefslogtreecommitdiffstats
path: root/core/jni/Android.mk
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2014-06-25 11:13:25 +0100
committerNeil Fuller <nfuller@google.com>2014-07-22 15:06:16 +0100
commitd7f0849b8c053ccc6abf0dc7d5bc07da502782a4 (patch)
tree4588210a2db9878d594423ce47899e640fc47868 /core/jni/Android.mk
parent02fd104f303cb7d55d6af42be8fe7be543e9aba5 (diff)
downloadframeworks_base-d7f0849b8c053ccc6abf0dc7d5bc07da502782a4.zip
frameworks_base-d7f0849b8c053ccc6abf0dc7d5bc07da502782a4.tar.gz
frameworks_base-d7f0849b8c053ccc6abf0dc7d5bc07da502782a4.tar.bz2
Rewriting android.text.format.Time without the native _tz functions
Bug: 15765976 Change-Id: I666b72ecf9da8a9dcfb97cc503006b415909a558
Diffstat (limited to 'core/jni/Android.mk')
-rw-r--r--core/jni/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/jni/Android.mk b/core/jni/Android.mk
index 8894c18..e4fad09 100644
--- a/core/jni/Android.mk
+++ b/core/jni/Android.mk
@@ -22,7 +22,6 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_SRC_FILES:= \
AndroidRuntime.cpp \
- Time.cpp \
com_android_internal_content_NativeLibraryHelper.cpp \
com_google_android_gles_jni_EGLImpl.cpp \
com_google_android_gles_jni_GLImpl.cpp.arm \
@@ -76,7 +75,6 @@ LOCAL_SRC_FILES:= \
android_net_TrafficStats.cpp \
android_net_wifi_WifiNative.cpp \
android_nio_utils.cpp \
- android_text_format_Time.cpp \
android_util_AssetManager.cpp \
android_util_Binder.cpp \
android_util_EventLog.cpp \