mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
01be578137
I think this is like the 6th time I've done this. I always remove it, wait a few months, pull out a device that I want to run it on and then spend hours restoring and bringing it back. I always think to myself do I really need to toy with this device? No, I don't, but I do it anyway. :)
28 lines
733 B
Diff
28 lines
733 B
Diff
From de55e0158ad3a6f89718c1d9fb19d336dea34937 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Micay <danielmicay@gmail.com>
|
|
Date: Tue, 10 Jul 2018 08:09:29 -0400
|
|
Subject: [PATCH] Enable secure_delete by default
|
|
|
|
Change-Id: Iad6cea9f6489759faee04926213163a56dab1b9b
|
|
---
|
|
dist/Android.mk | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/dist/Android.mk b/dist/Android.mk
|
|
index 96e3035..4692f3f 100644
|
|
--- a/dist/Android.mk
|
|
+++ b/dist/Android.mk
|
|
@@ -28,7 +28,8 @@ common_sqlite_flags := \
|
|
-DSQLITE_OMIT_COMPILEOPTION_DIAGS \
|
|
-DSQLITE_OMIT_LOAD_EXTENSION \
|
|
-DSQLITE_DEFAULT_FILE_PERMISSIONS=0600 \
|
|
- -Dfdatasync=fdatasync
|
|
+ -Dfdatasync=fdatasync \
|
|
+ -DSQLITE_SECURE_DELETE
|
|
|
|
common_src_files := sqlite3.c
|
|
|
|
--
|
|
2.18.0
|
|
|