diff --git a/PrebuiltApps b/PrebuiltApps index 3bda1602..80506c56 160000 --- a/PrebuiltApps +++ b/PrebuiltApps @@ -1 +1 @@ -Subproject commit 3bda16021f7b3810ab84b1f0c551ebd45a9bf02c +Subproject commit 80506c56e1d88517a78cc29727f6d2ea4daeb986 diff --git a/Scripts/LineageOS-14.1/Functions.sh b/Scripts/LineageOS-14.1/Functions.sh index b4d2820c..ffbe710a 100644 --- a/Scripts/LineageOS-14.1/Functions.sh +++ b/Scripts/LineageOS-14.1/Functions.sh @@ -98,8 +98,8 @@ patchWorkspace() { if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$DOS_PREBUILT_APPS $DOS_BUILD_BASE/build $DOS_BUILD_BASE/device $DOS_BUILD_BASE/vendor/cm"; fi; source build/envsetup.sh; repopick -t n_asb_09-2018-qcom; - repopick -it n_asb_10-2018; - repopick 231380; + repopick -it n_asb_10-2018 -e 230855; + repopick 230855; #230990 goes first source "$DOS_SCRIPTS/Patch.sh"; source "$DOS_SCRIPTS/Defaults.sh";