mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
aa6bfad801
- Drop OpenCamera, it doesn't work on lock screens anymore? - microG on 18.1+: - set packages forceQueryable - spoof some sources as Play Store TODO: backport this to 17.1 - Remove camera extensions - Churn - Wording Signed-off-by: Tad <tad@spotco.us>
26 lines
490 B
Makefile
26 lines
490 B
Makefile
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-DroidOfficial
|
|
|
|
# Replacements
|
|
PRODUCT_PACKAGES += \
|
|
EtarPrebuilt \
|
|
FennecDOS \
|
|
SimpleGallery
|
|
|
|
#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), SimpleGallery
|