mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-30 00:53:29 -05:00
7ef5d9a9c4
Signed-off-by: Tad <tad@spotco.us>
31 lines
681 B
Makefile
31 lines
681 B
Makefile
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-DroidOfficial
|
|
|
|
# Replacements
|
|
PRODUCT_PACKAGES += \
|
|
EtarPrebuilt \
|
|
FennecDOS \
|
|
SimpleGallery
|
|
|
|
#ifeq ($(findstring flox,$(TARGET_PRODUCT)),)
|
|
#PRODUCT_PACKAGES += \
|
|
# OpenCamera
|
|
#endif
|
|
|
|
#ifneq ($(filter crosshatch blueline bonito sargo coral flame sunfish barbet redfin bluejay oriole raven panther cheetah FP4,$(TARGET_DEVICE)),)
|
|
#PRODUCT_PACKAGES += \
|
|
# OpenEUICC
|
|
#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), SimpleGallery
|