mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
2400cf0964
- Drops Calendar, Eleven, and Email - Adds a variable for Silence inclusion - Adds a NONE option for microG inclusion flag to disable NLP inclusion Signed-off-by: Tad <tad@spotco.us>
28 lines
545 B
Makefile
28 lines
545 B
Makefile
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-DroidOfficial \
|
|
F-DroidPrivilegedExtensionOfficial
|
|
|
|
# Replacements
|
|
PRODUCT_PACKAGES += \
|
|
EtarPrebuilt \
|
|
FennecDOS \
|
|
FairEmail \
|
|
SimpleGallery \
|
|
VanillaMusic
|
|
|
|
ifeq ($(findstring flox,$(TARGET_PRODUCT)),)
|
|
PRODUCT_PACKAGES += \
|
|
OpenCamera
|
|
endif
|
|
|
|
# Extras
|
|
PRODUCT_PACKAGES += \
|
|
TalkBack \
|
|
SupportDivestOS
|
|
|
|
# Notes
|
|
# - Available (via PrebuiltApps submodule): eSpeakNG
|
|
# - Camera Choices: None (Camera2/Snap), OpenCamera
|
|
# - Gallery Choices: None (AOSP/Lineage), SimpleGallery
|