mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-11-29 03:36:43 -05:00
16.0+: Add captive portal toggle from @MSe1969
Source:0045a97cb4b483b4e9ab18.1 is the 17.1 patch rebased Wording was altered. Already included in 14.1+15.1
This commit is contained in:
parent
a43601e77b
commit
c2b2aa5830
7 changed files with 1033 additions and 2 deletions
|
|
@ -109,9 +109,9 @@ patchWorkspace() {
|
|||
umask 0022;
|
||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$DOS_PREBUILT_APPS $DOS_BUILD_BASE/build $DOS_BUILD_BASE/device $DOS_BUILD_BASE/vendor/lineage"; fi;
|
||||
|
||||
#source build/envsetup.sh;
|
||||
source build/envsetup.sh;
|
||||
#repopick -i 312861; #recorder intent improvement
|
||||
#repopick -it android-11.0.0_r39;
|
||||
repopick -it android-11.0.0_r39; #XXX: manifests change must be manually picked
|
||||
|
||||
source "$DOS_SCRIPTS/Patch.sh";
|
||||
source "$DOS_SCRIPTS_COMMON/Copy_Keys.sh";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue