mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-12-01 04:36:59 -05:00
Everything needed to build DivestOS, a more private and more secure aftermarket mobile operating system.
Adds ptrace_scope and timeout options to 17.1, tested working
Also adds hardened_malloc to 15.1, but failing to compile:
external/hardened_malloc/h_malloc.c:1688:18: error: use of undeclared identifier 'M_PURGE'
if (param == M_PURGE) {
^
external/hardened_malloc/h_malloc.c:1743:30: error: missing field 'ordblks' initializer [-Werror,-Wmissing-field-initializers]
struct mallinfo info = {0};
^
Signed-off-by: Tad <tad@spotco.us>
|
||
|---|---|---|
| Manifests | ||
| Misc | ||
| Patches | ||
| PrebuiltApps@d61df5a1f0 | ||
| Scripts | ||
| .gitignore | ||
| .gitmodules | ||
| fix_permissions.sh | ||
| LICENSE | ||
| LICENSE.Apache-2.0 | ||
| LICENSE.GPL-3.0 | ||
| LICENSE.Unsplash | ||
| TODO | ||