mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-19 12:54:22 -05:00
358a0d703b
- Promote many 16.0 devices to 17.1 - Many build fixes - Switch to FairEmail
32 lines
772 B
Makefile
32 lines
772 B
Makefile
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-DroidOfficial \
|
|
F-DroidPrivilegedExtensionOfficial
|
|
|
|
# UnifiedNLP
|
|
PRODUCT_PACKAGES += \
|
|
UnifiedNLP \
|
|
DejaVuNlpBackend \
|
|
IchnaeaNlpBackend \
|
|
NominatimNlpBackend
|
|
|
|
# Replacements
|
|
PRODUCT_PACKAGES += \
|
|
FennecDOS \
|
|
FairEmail \
|
|
OpenCamera \
|
|
Silence \
|
|
SimpleGallery \
|
|
VanillaMusic
|
|
|
|
# Others
|
|
PRODUCT_PACKAGES += \
|
|
LocalCalendar
|
|
|
|
# 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
|
|
# - OpenKeychain inclusion is undecided yet
|
|
# - Orbot/TorBrowser will most likely never be included due to various reasons
|