File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LOCAL_PATH := $(MY_PATH)
5
5
SQLCIPHER_DIR := $(LOCAL_PATH ) /../external/sqlcipher
6
6
SQLCIPHER_SRC := $(SQLCIPHER_DIR ) /sqlite3.c
7
7
8
- LOCAL_CFLAGS += $(SQLCIPHER_CFLAGS ) -DOS_PATH_SEPARATOR="'/'" -DHAVE_SYS_UIO_H
8
+ LOCAL_CFLAGS += $(SQLCIPHER_CFLAGS )
9
9
LOCAL_C_INCLUDES := $(SQLCIPHER_DIR ) $(LOCAL_PATH )
10
10
LOCAL_LDLIBS := -llog
11
11
LOCAL_LDFLAGS += -L$(LOCAL_PATH ) /android-libs/$(TARGET_ARCH_ABI ) -fuse-ld=bfd
@@ -21,14 +21,6 @@ LOCAL_SRC_FILES := $(SQLCIPHER_SRC) \
21
21
net_sqlcipher_CursorWindow.cpp \
22
22
CursorWindow.cpp
23
23
24
- # net_sqlcipher_database_SQLiteQuery.cpp \
25
- # atomic-android-sh.c \
26
- # SharedBuffer.cpp \
27
- # String16.cpp \
28
- # String8.cpp \
29
- # net_sqlcipher_CursorWindow.cpp \
30
- # CursorWindow.cpp
31
-
32
24
include $(BUILD_SHARED_LIBRARY )
33
25
34
26
include $(CLEAR_VARS )
You can’t perform that action at this time.
0 commit comments