mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
14.1: Fix herolte, both: replace Gallery2 with CameraRoll
This commit is contained in:
parent
de78fb8b9a
commit
b8937a6400
6 changed files with 5 additions and 4 deletions
|
@ -58,7 +58,7 @@ git apply $cvePatchesLinux/CVE-2016-6828/ANY/0001.patch
|
|||
git apply $cvePatchesLinux/CVE-2016-7042/ANY/0001.patch
|
||||
git apply $cvePatchesLinux/CVE-2016-7117/^4.5/0002.patch
|
||||
git apply $cvePatchesLinux/CVE-2016-7913/ANY/0001.patch
|
||||
git apply $cvePatchesLinux/CVE-2016-7917/ANY/0001.patch
|
||||
#git apply $cvePatchesLinux/CVE-2016-7917/ANY/0001.patch
|
||||
git apply $cvePatchesLinux/CVE-2016-8399/ANY/0001.patch
|
||||
git apply $cvePatchesLinux/CVE-2016-8468/3.18/0001.patch
|
||||
git apply $cvePatchesLinux/CVE-2016-8650/ANY/0001.patch
|
||||
|
|
|
@ -40,7 +40,7 @@ buildAll() {
|
|||
# brunch lineage_h815-user; - (UPSTREAM) drivers/input/touchscreen/DS5/RefCode_CustomerImplementation.c:147:1: warning: the frame size of 2064 bytes is larger than 2048 bytes
|
||||
brunch lineage_h850-userdebug;
|
||||
brunch lineage_hammerhead-user;
|
||||
# brunch lineage_herolte-user; - net/netfilter/nfnetlink.c:328:14: error: 'NFNL_BATCH_FAILURE' undeclared (first use in this function)
|
||||
brunch lineage_herolte-user;
|
||||
brunch lineage_himaul-user;
|
||||
brunch lineage_i9100-userdebug;
|
||||
brunch lineage_i9305-user;
|
||||
|
|
|
@ -211,7 +211,6 @@ find "kernel" -maxdepth 2 -mindepth 2 -type d -exec bash -c 'hardenDefconfig "$0
|
|||
cd $base
|
||||
|
||||
#Fixes
|
||||
disableDexPreOpt device/lge/mako
|
||||
#Fix broken options enabled by hardenDefconfig()
|
||||
sed -i "s/CONFIG_STRICT_MEMORY_RWX=y/# CONFIG_STRICT_MEMORY_RWX is not set/" kernel/lge/msm8996/arch/arm64/configs/lineageos_*_defconfig; #Breaks on compile
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue