Skip to content

Commit 49d2b18

Browse files
committed
move CursorWindow from libbinder to libandroidfw
Change-Id: I3b304e4f74e0d0ec8b20c57296c62449c9a0f792
1 parent 021df14 commit 49d2b18

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

core/jni/android_database_CursorWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <string.h>
3131
#include <unistd.h>
3232

33-
#include "binder/CursorWindow.h"
33+
#include <androidfw/CursorWindow.h>
3434
#include "android_util_Binder.h"
3535
#include "android_database_SQLiteCommon.h"
3636

core/jni/android_database_SQLiteConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <string.h>
3030
#include <unistd.h>
3131

32-
#include "binder/CursorWindow.h"
32+
#include <androidfw/CursorWindow.h>
3333

3434
#include <sqlite3.h>
3535
#include <sqlite3_android.h>

libs/androidfw/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ LOCAL_SRC_FILES:= \
6767
$(commonSources) \
6868
BackupData.cpp \
6969
BackupHelpers.cpp \
70+
CursorWindow.cpp \
7071
InputTransport.cpp
7172

7273
LOCAL_SHARED_LIBRARIES := \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define LOG_TAG "CursorWindow"
1919

2020
#include <utils/Log.h>
21-
#include <binder/CursorWindow.h>
21+
#include <androidfw/CursorWindow.h>
2222

2323
#include <cutils/ashmem.h>
2424
#include <sys/mman.h>

libs/binder/Android.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
sources := \
1717
Binder.cpp \
1818
BpBinder.cpp \
19-
CursorWindow.cpp \
2019
IInterface.cpp \
2120
IMemory.cpp \
2221
IPCThreadState.cpp \

0 commit comments

Comments
 (0)