mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
f6cdc9426c
- Remove proprietary audio enhancement blobs - Remove AudioFX to prevent crashes after blobs are removed - Deduplicate patches a bit with the new Patches/Common directory - Switch boot animation shine generation from gradient to plasma - Update submodules
19 lines
460 B
Makefile
19 lines
460 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
|