From 42c846b256c7221d2701eaca9aadda6d2fadea3f Mon Sep 17 00:00:00 2001 From: Marc Bourgoin Date: Thu, 26 Aug 2021 19:13:26 -0600 Subject: [PATCH] zippo: Decommonize snap on heart, snap keeps defaulting the front camera to the IR camera where-as other camera apps correctly select the proper selfie camera Change-Id: I9e737c646f7c8b5d4596eb017ec87e8af0053935 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index c08bd62..9cd2d75 100644 --- a/device.mk +++ b/device.mk @@ -25,6 +25,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/audio/mixer_paths_tavil.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_tavil.xml \ $(LOCAL_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml +# Camera +PRODUCT_PACKAGES += \ + Snap + # FM PRODUCT_PACKAGES += \ FM2 \