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:
Tad 2021-11-15 17:06:32 -05:00
parent f950398fa1
commit df3b54fa20
4 changed files with 12 additions and 9 deletions

View file

@ -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 \