mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-25 15:39:26 -05:00
15 lines
296 B
Makefile
15 lines
296 B
Makefile
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-Droid \
|
|
F-DroidPrivilegedExtension
|
|
|
|
# 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
|