mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-02 11:26:21 -04:00
Fixup camera on flox
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>
This commit is contained in:
parent
f950398fa1
commit
df3b54fa20
4 changed files with 12 additions and 9 deletions
|
@ -15,10 +15,14 @@ PRODUCT_PACKAGES += \
|
|||
EtarPrebuilt \
|
||||
FennecDOS \
|
||||
FairEmail \
|
||||
OpenCamera \
|
||||
SimpleGallery \
|
||||
VanillaMusic
|
||||
|
||||
ifeq ($(findstring flox,$(TARGET_PRODUCT)),)
|
||||
PRODUCT_PACKAGES += \
|
||||
OpenCamera
|
||||
endif
|
||||
|
||||
# Extras
|
||||
PRODUCT_PACKAGES += \
|
||||
TalkBack \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue