mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Replace calendar with Etar, and drop LocalCalendar
This commit is contained in:
parent
260140f0a1
commit
496fddb303
@ -12,6 +12,7 @@ PRODUCT_PACKAGES += \
|
|||||||
|
|
||||||
# Replacements
|
# Replacements
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
Etar \
|
||||||
FennecDOS \
|
FennecDOS \
|
||||||
FairEmail \
|
FairEmail \
|
||||||
OpenCamera \
|
OpenCamera \
|
||||||
@ -19,12 +20,8 @@ PRODUCT_PACKAGES += \
|
|||||||
SimpleGallery \
|
SimpleGallery \
|
||||||
VanillaMusic
|
VanillaMusic
|
||||||
|
|
||||||
# Others
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
LocalCalendar
|
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
# - Available (via PrebuiltApps submodule): K9Mail, NetMonitor, OpenKeychain, Orbot, Shelter, TalkBack, TorBrowser
|
# - Available (via PrebuiltApps submodule): K9Mail, LocalCalendar, NetMonitor, OpenKeychain, Orbot, Shelter, TalkBack, TorBrowser
|
||||||
# - Camera Choices: None (Camera2/Snap), OpenCamera
|
# - Camera Choices: None (Camera2/Snap), OpenCamera
|
||||||
# - Gallery Choices: None (AOSP/Lineage), SimpleGallery
|
# - Gallery Choices: None (AOSP/Lineage), SimpleGallery
|
||||||
# - OpenKeychain inclusion is undecided yet
|
# - OpenKeychain inclusion is undecided yet
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a4fce0e963a497c6acb5e161842442d2e336810c
|
Subproject commit af6c4916924861c2ea3de7e0fee6e1566e4a108a
|
@ -193,6 +193,7 @@ if [ "$DOS_NON_COMMERCIAL_USE_PATCHES" = true ]; then sed -i 's/LINEAGE_BUILDTYP
|
|||||||
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
||||||
|
|
||||||
enter "vendor/divested";
|
enter "vendor/divested";
|
||||||
|
awk -i inplace '!/Etar/' packages.mk; #lineage-17.1 calendar is Etar fork
|
||||||
if [ "$DOS_MICROG_INCLUDED" = "FULL" ]; then echo "PRODUCT_PACKAGES += GmsCore GsfProxy FakeStore" >> packages.mk; fi;
|
if [ "$DOS_MICROG_INCLUDED" = "FULL" ]; then echo "PRODUCT_PACKAGES += GmsCore GsfProxy FakeStore" >> packages.mk; fi;
|
||||||
if [ "$DOS_HOSTS_BLOCKING" = false ]; then echo "PRODUCT_PACKAGES += $DOS_HOSTS_BLOCKING_APP" >> packages.mk; fi;
|
if [ "$DOS_HOSTS_BLOCKING" = false ]; then echo "PRODUCT_PACKAGES += $DOS_HOSTS_BLOCKING_APP" >> packages.mk; fi;
|
||||||
echo "PRODUCT_PACKAGES += vendor.lineage.trust@1.0-service" >> packages.mk; #All of our kernels have deny USB patch added
|
echo "PRODUCT_PACKAGES += vendor.lineage.trust@1.0-service" >> packages.mk; #All of our kernels have deny USB patch added
|
||||||
|
Loading…
Reference in New Issue
Block a user