mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
2d8bab800c
- Remove more projects via manifests - Fix FDroidPrivExt inclusion - 14.1: Remove Jelly - Remove leftovers from LG G2
26 lines
470 B
Makefile
26 lines
470 B
Makefile
# MicroG
|
|
PRODUCT_PACKAGES += \
|
|
GmsCore \
|
|
GsfProxy \
|
|
FakeStore
|
|
|
|
# UnifiedNLP Backends
|
|
PRODUCT_PACKAGES += \
|
|
DejaVuNlpBackend \
|
|
IchnaeaNlpBackend \
|
|
NominatimNlpBackend
|
|
|
|
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-Droid \
|
|
F-DroidPrivilegedExtension
|
|
|
|
# Others
|
|
PRODUCT_PACKAGES += \
|
|
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
|