Skip to content

Commit 2174bfd

Browse files
committed
Updates include path to allow architecture-specific includes
1 parent a5e2661 commit 2174bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlcipher/src/main/jni/sqlcipher/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LOCAL_SRC_FILES:= \
3333

3434
LOCAL_SRC_FILES += sqlite3.c
3535

36-
LOCAL_C_INCLUDES += $(LOCAL_PATH) $(LOCAL_PATH)/nativehelper/ $(LOCAL_PATH)/android-libs/include/
36+
LOCAL_C_INCLUDES += $(LOCAL_PATH) $(LOCAL_PATH)/nativehelper/ $(LOCAL_PATH)/android-libs/include/ $(LOCAL_PATH)/android-libs/include/$(TARGET_ARCH_ABI)
3737

3838
LOCAL_MODULE:= libsqlcipher
3939
LOCAL_LDLIBS += -ldl -llog

0 commit comments

Comments
 (0)