mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
28 lines
799 B
Diff
28 lines
799 B
Diff
From d06526ec844bf89e77c518dbcd0deb331babf8dd Mon Sep 17 00:00:00 2001
|
|
From: Daniel Micay <danielmicay@gmail.com>
|
|
Date: Sun, 18 Dec 2016 09:30:44 -0500
|
|
Subject: [PATCH] Enable secure_delete by default
|
|
|
|
Change-Id: Ic2604b78f57998c001df9737ab0fdec2298122c4
|
|
---
|
|
dist/Android.mk | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/dist/Android.mk b/dist/Android.mk
|
|
index bf277d2..8113e32 100644
|
|
--- a/dist/Android.mk
|
|
+++ b/dist/Android.mk
|
|
@@ -27,7 +27,8 @@ minimal_sqlite_flags := \
|
|
-DSQLITE_OMIT_BUILTIN_TEST \
|
|
-DSQLITE_OMIT_COMPILEOPTION_DIAGS \
|
|
-DSQLITE_OMIT_LOAD_EXTENSION \
|
|
- -DSQLITE_DEFAULT_FILE_PERMISSIONS=0600
|
|
+ -DSQLITE_DEFAULT_FILE_PERMISSIONS=0600 \
|
|
+ -DSQLITE_SECURE_DELETE
|
|
|
|
device_sqlite_flags := $(minimal_sqlite_flags) \
|
|
-DSQLITE_ENABLE_ICU \
|
|
--
|
|
2.9.3
|
|
|