mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
fac5f2568f
Signed-off-by: Tavi <tavi@divested.dev>
26 lines
492 B
Makefile
26 lines
492 B
Makefile
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-DroidOfficial
|
|
|
|
# Replacements
|
|
PRODUCT_PACKAGES += \
|
|
EtarPrebuilt \
|
|
FennecDOS \
|
|
FossifyGallery
|
|
|
|
#ifeq ($(findstring flox,$(TARGET_PRODUCT)),)
|
|
#PRODUCT_PACKAGES += \
|
|
# OpenCamera
|
|
#endif
|
|
|
|
# Extras
|
|
PRODUCT_PACKAGES += \
|
|
TalkBack \
|
|
SupportDivestOS \
|
|
microg.xml
|
|
|
|
# Notes
|
|
# - Available (via PrebuiltApps submodule): eSpeakNG
|
|
# - Camera Choices: None (Camera2/Snap), OpenCamera
|
|
# - Gallery Choices: None (AOSP/Lineage), FossifyGallery
|