mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
35 lines
752 B
Makefile
35 lines
752 B
Makefile
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-Droid \
|
|
F-DroidPrivilegedExtension
|
|
|
|
# F-Droid Official
|
|
#PRODUCT_PACKAGES += \
|
|
# F-DroidOfficial \
|
|
# F-DroidPrivilegedExtensionOfficial
|
|
|
|
# UnifiedNLP
|
|
PRODUCT_PACKAGES += \
|
|
UnifiedNLP \
|
|
DejaVuNlpBackend \
|
|
IchnaeaNlpBackend \
|
|
NominatimNlpBackend
|
|
|
|
# Replacements
|
|
PRODUCT_PACKAGES += \
|
|
CameraRoll \
|
|
FennecDOS \
|
|
Silence \
|
|
VanillaMusic
|
|
|
|
# Others
|
|
PRODUCT_PACKAGES += \
|
|
LocalCalendar
|
|
|
|
# Notes
|
|
# - Official F-Droid will be included once #843 is implemented
|
|
# - K-9 Mail Will be included after 5.5xx release
|
|
# - OpenKeychain inclusion is undecided yet
|
|
# - Net Monitor will be included after #58 is merged
|
|
# - Orbot/Orfox will most likely never be included due to various reasons
|