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:
@@ -19,6 +19,7 @@ LOCAL_SRC_FILES:= \
|
|||||||
ActivityManager.cpp \
|
ActivityManager.cpp \
|
||||||
AndroidRuntime.cpp \
|
AndroidRuntime.cpp \
|
||||||
CursorWindow.cpp \
|
CursorWindow.cpp \
|
||||||
|
Time.cpp \
|
||||||
com_google_android_gles_jni_EGLImpl.cpp \
|
com_google_android_gles_jni_EGLImpl.cpp \
|
||||||
com_google_android_gles_jni_GLImpl.cpp.arm \
|
com_google_android_gles_jni_GLImpl.cpp.arm \
|
||||||
android_opengl_GLES10.cpp \
|
android_opengl_GLES10.cpp \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include <utils/TimeUtils.h>
|
#include "TimeUtils.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <cutils/tztime.h>
|
#include <cutils/tztime.h>
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
#include "jni.h"
|
#include "jni.h"
|
||||||
#include "utils/misc.h"
|
#include "utils/misc.h"
|
||||||
#include "android_runtime/AndroidRuntime.h"
|
#include "android_runtime/AndroidRuntime.h"
|
||||||
#include <utils/TimeUtils.h>
|
#include "TimeUtils.h"
|
||||||
#include <nativehelper/JNIHelp.h>
|
#include <nativehelper/JNIHelp.h>
|
||||||
#include <cutils/tztime.h>
|
#include <cutils/tztime.h>
|
||||||
|
|
||||||
|
|||||||
@@ -24,8 +24,7 @@ LOCAL_SRC_FILES:= \
|
|||||||
Region.cpp \
|
Region.cpp \
|
||||||
Surface.cpp \
|
Surface.cpp \
|
||||||
SurfaceComposerClient.cpp \
|
SurfaceComposerClient.cpp \
|
||||||
SurfaceFlingerSynchro.cpp \
|
SurfaceFlingerSynchro.cpp
|
||||||
Time.cpp
|
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libcorecg \
|
libcorecg \
|
||||||
|
|||||||
Reference in New Issue
Block a user