mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-24 22:40:42 -04:00
21: more work
- drop support for Internet & Sensors permissions - always enable OpenEUICC - fixup autovarinit kernel enablement Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
d8b3ba8334
commit
4d29cbe162
36 changed files with 76 additions and 3186 deletions
|
@ -175,7 +175,7 @@ export TZ=:/etc/localtime;
|
|||
export LC_ALL=C;
|
||||
export LANG=C.UTF-8;
|
||||
|
||||
if [[ "$DOS_VERSION" != "LineageOS-20.0" ]]; then export DOS_DEBLOBBER_REMOVE_EUICC_FULL=true; fi;
|
||||
if [[ "$DOS_VERSION" != "LineageOS-20.0" ]] && [[ "$DOS_VERSION" != "LineageOS-21.0" ]]; then export DOS_DEBLOBBER_REMOVE_EUICC_FULL=true; fi;
|
||||
|
||||
#START OF VERIFICATION
|
||||
gpgVerifyGitHead "$DOS_WORKSPACE_ROOT";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue