10000 Clean up Android.mk · dw3/android-database-sqlcipher@e670f63 · GitHub
[go: up one dir, main page]

Skip to content

Commit e670f63

Browse files
Clean up Android.mk
1 parent bed3ce3 commit e670f63

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

jni/Android.mk

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LOCAL_PATH := $(MY_PATH)
55
SQLCIPHER_DIR := $(LOCAL_PATH)/../external/sqlcipher
66
SQLCIPHER_SRC := $(SQLCIPHER_DIR)/sqlite3.c
77

8-
LOCAL_CFLAGS += $(SQLCIPHER_CFLAGS) -DOS_PATH_SEPARATOR="'/'" -DHAVE_SYS_UIO_H
8+
LOCAL_CFLAGS += $(SQLCIPHER_CFLAGS)
99
LOCAL_C_INCLUDES := $(SQLCIPHER_DIR) $(LOCAL_PATH)
1010
LOCAL_LDLIBS := -llog
1111
LOCAL_LDFLAGS += -L$(LOCAL_PATH)/android-libs/$(TARGET_ARCH_ABI) -fuse-ld=bfd
@@ -21,14 +21,6 @@ LOCAL_SRC_FILES := $(SQLCIPHER_SRC) \
2121
net_sqlcipher_CursorWindow.cpp \
2222
CursorWindow.cpp
2323

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-
3224
include $(BUILD_SHARED_LIBRARY)
3325

3426
include $(CLEAR_VARS)

0 commit comments

Comments
 (0)
0