mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
14.1: Fix herolte, both: replace Gallery2 with CameraRoll
This commit is contained in:
parent
de78fb8b9a
commit
b8937a6400
@ -17,6 +17,7 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# Others
|
||||
PRODUCT_PACKAGES += \
|
||||
CameraRoll \
|
||||
LocalCalendar
|
||||
|
||||
# Browser
|
||||
|
@ -17,6 +17,7 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# Others
|
||||
PRODUCT_PACKAGES += \
|
||||
CameraRoll \
|
||||
LocalCalendar
|
||||
|
||||
# Browser
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9e78471dd29f89f3453eed6063563e1efa995fbc
|
||||
Subproject commit 571ea024b15791864430510819efb3d11446668e
|
@ -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…
Reference in New Issue
Block a user