DivestOS/Patches/Common/android_vendor_divested/sce.mk
Tad ee4ea5072b Many changes
- Fixed UnifiedNLP not registering
- Inlined location provider patch
- Simplified generateBootAnimationShine
- Add notes about inclusion of other apps
- Replaced microG with just UnifiedNLP
2018-06-25 14:19:38 -04:00

27 lines
827 B
Makefile

# F-Droid
PRODUCT_PACKAGES += \
F-Droid \
F-DroidPrivilegedExtension
# UnifiedNLP Backends (DejaVu is always included even when microG is disabled to prevent deletion of a user's database)
PRODUCT_PACKAGES += \
DejaVuNlpBackend
# Others
PRODUCT_PACKAGES += \
CameraRoll \
LocalCalendar
# Browser
# This is a shim, it is intended that F-Droid will update on first run to the real version of Fennec DOS
PRODUCT_PACKAGES += \
FennecDOS
# 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
# - Replacing HOSTS with DNS66 isn't ideal as it breaks regular VPN usage