am c44989d6: Merge change 5350 into donut
Merge commit 'c44989d6c7bcc761fb37f54fd37aac2070ba8e5e' * commit 'c44989d6c7bcc761fb37f54fd37aac2070ba8e5e': move ui/Time.cpp to core/jni, since this is the only place it is used
This commit is contained in:
committed by
The Android Open Source Project
commit
1f7300818f
@@ -23,6 +23,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 \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <utils/TimeUtils.h>
|
||||
#include "TimeUtils.h"
|
||||
#include <stdio.h>
|
||||
#include <cutils/tztime.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -24,8 +24,7 @@ LOCAL_SRC_FILES:= \
|
||||
Region.cpp \
|
||||
Surface.cpp \
|
||||
SurfaceComposerClient.cpp \
|
||||
SurfaceFlingerSynchro.cpp \
|
||||
Time.cpp
|
||||
SurfaceFlingerSynchro.cpp
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libcorecg \
|
||||
|
||||
Reference in New Issue
Block a user