Merge change 5350 into donut

* changes:
  move ui/Time.cpp to core/jni, since this is the only place it is used
This commit is contained in:
Android (Google) Code Review
2009-06-25 15:09:44 -07:00
5 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,7 @@ LOCAL_SRC_FILES:= \
ActivityManager.cpp \
AndroidRuntime.cpp \
CursorWindow.cpp \
Time.cpp \
com_google_android_gles_jni_EGLImpl.cpp \
com_google_android_gles_jni_GLImpl.cpp.arm \
android_opengl_GLES10.cpp \

View File

@ -1,4 +1,4 @@
#include <utils/TimeUtils.h>
#include "TimeUtils.h"
#include <stdio.h>
#include <cutils/tztime.h>

View File

@ -23,7 +23,7 @@
#include "jni.h"
#include "utils/misc.h"
#include "android_runtime/AndroidRuntime.h"
#include <utils/TimeUtils.h>
#include "TimeUtils.h"
#include <nativehelper/JNIHelp.h>
#include <cutils/tztime.h>

View File

@ -24,8 +24,7 @@ LOCAL_SRC_FILES:= \
Region.cpp \
Surface.cpp \
SurfaceComposerClient.cpp \
SurfaceFlingerSynchro.cpp \
Time.cpp
SurfaceFlingerSynchro.cpp
LOCAL_SHARED_LIBRARIES := \
libcorecg \