mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Update the emojis, untested
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
91ec03f096
commit
86b7525400
13 changed files with 129 additions and 2 deletions
|
@ -118,6 +118,10 @@ applyPatch "$DOS_PATCHES/android_external_libnfc-nci/343955.patch"; #n-asb-2022-
|
|||
applyPatch "$DOS_PATCHES/android_external_libnfc-nci/353760.patch"; #n-asb-2023-04 OOBW in nci_snd_set_routing_cmd()
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/noto-fonts"; then
|
||||
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/other/NotoColorEmoji.ttf;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/sonivox"; then
|
||||
applyPatch "$DOS_PATCHES/android_external_sonivox/317038.patch"; #n-asb-2021-10 Fix global buffer overflow in WT_InterpolateNoLoop
|
||||
fi;
|
||||
|
|
|
@ -117,6 +117,10 @@ fi;
|
|||
#fi;
|
||||
#fi;
|
||||
|
||||
if enterAndClear "external/noto-fonts"; then
|
||||
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/font/NotoColorEmojiCompat.ttf;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/svox"; then
|
||||
git revert --no-edit 1419d63b4889a26d22443fd8df1f9073bf229d3d; #Add back Makefiles
|
||||
fi;
|
||||
|
|
|
@ -139,6 +139,10 @@ applyPatch "$DOS_PATCHES_COMMON/android_external_hardened_malloc/0002-Broken_Cam
|
|||
fi;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/noto-fonts"; then
|
||||
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/font/NotoColorEmojiCompat.ttf;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/svox"; then
|
||||
git revert --no-edit 1419d63b4889a26d22443fd8df1f9073bf229d3d; #Add back Makefiles
|
||||
sed -i '12iLOCAL_SDK_VERSION := current' pico/Android.mk; #Fix build under Pie
|
||||
|
|
|
@ -125,6 +125,10 @@ applyPatch "$DOS_PATCHES/android_external_hardened_malloc/0001-Broken_Cameras.pa
|
|||
fi;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/noto-fonts"; then
|
||||
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/font/NotoColorEmojiCompat.ttf;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/svox"; then
|
||||
git revert --no-edit 1419d63b4889a26d22443fd8df1f9073bf229d3d; #Add back Makefiles
|
||||
sed -i '12iLOCAL_SDK_VERSION := current' pico/Android.mk; #Fix build under Pie
|
||||
|
|
|
@ -122,6 +122,10 @@ applyPatch "$DOS_PATCHES/android_external_hardened_malloc/0001-Broken_Cameras.pa
|
|||
fi;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/noto-fonts"; then
|
||||
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/font/NotoColorEmojiCompat.ttf;
|
||||
fi;
|
||||
|
||||
if enterAndClear "frameworks/base"; then
|
||||
applyPatch "$DOS_PATCHES/android_frameworks_base/0007-Always_Restict_Serial.patch"; #Always restrict access to Build.SERIAL (GrapheneOS)
|
||||
applyPatch "$DOS_PATCHES/android_frameworks_base/0008-Browser_No_Location.patch"; #Don't grant location permission to system browsers (GrapheneOS)
|
||||
|
|
|
@ -120,6 +120,10 @@ applyPatch "$DOS_PATCHES/android_external_hardened_malloc/0001-Broken_Cameras-2.
|
|||
fi;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/noto-fonts"; then
|
||||
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/font/NotoColorEmojiCompat.ttf;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/SecureCamera"; then
|
||||
sed -i '/LOCAL_MODULE/s/Camera/SecureCamera/' Android.mk; #Change module name
|
||||
sed -i '11iLOCAL_OVERRIDES_PACKAGES := Camera Camera2 LegacyCamera Snap OpenCamera' Android.mk; #Replace the others
|
||||
|
|
|
@ -122,6 +122,11 @@ sed -i 's/34359738368/2147483648/' Android.bp; #revert 48-bit address space requ
|
|||
fi;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/noto-fonts"; then
|
||||
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/NotoColorEmoji-noflags.ttf" emoji-compat/font/NotoColorEmojiCompatLegacy.ttf;
|
||||
cp -f "$DOS_PATCHES_COMMON/android_external_noto-fonts/Noto-COLRv1-noflags.ttf" emoji-compat/font/NotoColorEmojiCompat.ttf;
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/SecureCamera"; then
|
||||
sed -i '/LOCAL_MODULE/s/Camera/SecureCamera/' Android.mk; #Change module name
|
||||
sed -i '11iLOCAL_OVERRIDES_PACKAGES := Aperture Camera Camera2 LegacyCamera Snap OpenCamera' Android.mk; #Replace the others
|
||||
|
|
|
@ -27,13 +27,17 @@ wget "https://raw.githubusercontent.com/GrapheneOS/platform_packages_apps_Dialer
|
|||
#LineageOS Contributors Cloud
|
||||
wget "https://github.com/LineageOS/android_packages_apps_LineageParts/raw/lineage-19.1/assets/contributors.db" -O ../Patches/Common/contributors.db;
|
||||
|
||||
#TODO: Noto Fonts for Emoji
|
||||
#hhttps://github.com/googlefonts/noto-emoji
|
||||
#Last: 2023/04/29
|
||||
|
||||
#TODO: wireless-regdb
|
||||
#https://mirrors.edge.kernel.org/pub/software/network/wireless-regdb/
|
||||
#Last: 2023/04/04
|
||||
#Last: 2023/04/29
|
||||
|
||||
#TODO: MMS Configs
|
||||
#https://github.com/GrapheneOS/platform_packages_apps_Messaging
|
||||
#Last: 2023/04/04
|
||||
#Last: 2023/04/29
|
||||
|
||||
#TODO: Carrier List, unused
|
||||
#https://android.googlesource.com/platform/packages/providers/TelephonyProvider/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue