Small updates

This commit is contained in:
Tad 2020-08-22 10:13:25 -04:00
parent 98854115be
commit 826949e6df
7 changed files with 5 additions and 7 deletions

View File

@ -113,7 +113,7 @@
<project path="device/fairphone/FP2" name="LineageOS/android_device_fairphone_FP2" remote="github" />
<project path="kernel/fairphone/msm8974" name="LineageOS/android_kernel_fairphone_msm8974" remote="github" />
<!-- F(x)tec Pro1 (pro1) -->
<!-- F(x)tec Pro¹ (pro1) -->
<project path="device/fxtec/pro1" name="LineageOS/android_device_fxtec_pro1" remote="github" />
<project path="kernel/fxtec/msm8998" name="LineageOS/android_kernel_fxtec_msm8998" remote="github" />

View File

@ -26,6 +26,6 @@ PRODUCT_PACKAGES += \
# Notes
# - Available (via PrebuiltApps submodule): K9Mail, NetMonitor, OpenKeychain, Orbot, Shelter, TalkBack, TorBrowser
# - Camera Choices: None (Camera2/Snap), OpenCamera
# - Gallery Choices: None (AOSP/Lineage), CameraRoll, SimpleGallery
# - Gallery Choices: None (AOSP/Lineage), SimpleGallery
# - OpenKeychain inclusion is undecided yet
# - Orbot/TorBrowser will most likely never be included due to various reasons

@ -1 +1 @@
Subproject commit 4fd4de1ec26b13b21d5ca3a36f1fe3a3a1c148db
Subproject commit 88a1dd1db25f2cf5cb6bf089b72d03a472e037c7

@ -1 +1 @@
Subproject commit 66dfba90dd5e729b993eae5df7e96835351a88e7
Subproject commit 775a542adda3d79a33279c9c236bd78d2c324d28

View File

@ -106,7 +106,6 @@ patchWorkspace() {
source build/envsetup.sh;
repopick -i 282389; #update webview
repopick -it O_asb_2020-08;
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails

View File

@ -176,7 +176,6 @@ awk -i inplace '!/true cannot be used in user builds/' Android.mk; #Allow ignori
enterAndClear "vendor/lineage";
rm build/target/product/security/lineage.x509.pem;
rm -rf overlay/common/lineage-sdk/packages/LineageSettingsProvider/res/values/defaults.xml; #Remove analytics
rm -rf verity_tool; #Resurrect dm-verity
rm -rf overlay/common/frameworks/base/core/res/res/drawable-*/default_wallpaper.png;
if [ "$DOS_HOSTS_BLOCKING" = true ]; then awk -i inplace '!/50-lineage.sh/' config/*.mk; fi; #Make sure our hosts is always used
awk -i inplace '!/PRODUCT_EXTRA_RECOVERY_KEYS/' config/*.mk; #Remove extra keys

View File

@ -52,7 +52,7 @@ export DOS_GPS_GLONASS_FORCED=false; #Enables GLONASS on all devices
export DOS_GRAPHENE_MALLOC=true; #Enables use of GrapheneOS' hardened memory allocator on 64-bit platforms
export DOS_GRAPHENE_EXEC=true; #Enables use of GrapheneOS' exec spawning feature
export DOS_HOSTS_BLOCKING=true; #Switch to false to prevent inclusion of our HOSTS file
export DOS_HOSTS_BLOCKING_APP="DNS66"; #App installed when built-in blocking is disabled. Options: Blokada, DNS66
export DOS_HOSTS_BLOCKING_APP="DNS66"; #App installed when built-in blocking is disabled. Options: DNS66
export DOS_HOSTS_BLOCKING_LIST="https://divestos.org/hosts"; #Must be in the format "127.0.0.1 bad.domain.tld"
export DOS_LOWRAM_ENABLED=false; #Switch to true to enable low_ram on all devices
export DOS_MICROG_INCLUDED="NLP"; #Determines inclusion of microG. Options: NONE, NLP, FULL