mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-29 17:36:29 -05:00
4053ad6082
FDroid will come later, microG will probably stay as is.
30 lines
783 B
Makefile
30 lines
783 B
Makefile
# MicroG
|
|
PRODUCT_PACKAGES += \
|
|
GmsCore \
|
|
GsfProxy \
|
|
FakeStore
|
|
|
|
# UnifiedNLP Backends
|
|
PRODUCT_PACKAGES += \
|
|
DejaVuNlpBackend \
|
|
IchnaeaNlpBackend \
|
|
NominatimNlpBackend
|
|
|
|
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-Droid \
|
|
FDroidPrivilegedExtension
|
|
|
|
# Others
|
|
PRODUCT_PACKAGES += \
|
|
LocalCalendar
|
|
|
|
# Browser
|
|
# XXX: THIS DOESN'T WORK
|
|
# This is a shim, it is intended that F-Droid will update on first run to the real version of Fennec DOS
|
|
# However it doesn't work for whatever reason
|
|
# and guess what? There is no documentation about updating system apps. Searching is useless and filled with spam.
|
|
# I'm sure Google Play Services does some special bullshit handling of system apps, but we're not allowed to know about that.
|
|
#PRODUCT_PACKAGES += \
|
|
# FennecDOS
|