зеркало из https://github.com/mozilla/gecko-dev.git
Bug 666420 - Upgrade to SQLite 3.7.7.1 - Force using fsync on Android.
r=sdwilsh
This commit is contained in:
Родитель
f95262f2dd
Коммит
df5067c405
|
@ -133,6 +133,8 @@ endif
|
|||
ifeq ($(OS_TARGET),Android)
|
||||
# default to user readable only to fit Android security model
|
||||
DEFINES += -DSQLITE_DEFAULT_FILE_PERMISSIONS=0600
|
||||
# Force using fsync, since there is not fdatasync in ndk 5.
|
||||
DEFINES += -Dfdatasync=fsync
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче