mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
df3b54fa20
Camera works in OpenCamera, but it can't actually take pictures. Switch to Camera2 instead, tested pictures and videos working. Also fixup compile issue with oneplus/msm8998-common And refresh some patchers Signed-off-by: Tad <tad@spotco.us>
35 lines
669 B
Makefile
35 lines
669 B
Makefile
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-DroidOfficial \
|
|
F-DroidPrivilegedExtensionOfficial
|
|
|
|
# UnifiedNLP
|
|
PRODUCT_PACKAGES += \
|
|
UnifiedNLP \
|
|
DejaVuNlpBackend \
|
|
IchnaeaNlpBackend \
|
|
NominatimNlpBackend
|
|
|
|
# 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
|