Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 45bafa09 authored by Michael Bestas's avatar Michael Bestas
Browse files

Exclude Camera2 for lineage builds

Change-Id: I64daac3c0ba5511dea6fb9abcb204d679fe01bef
parent f95dcf46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_product.mk)
PRODUCT_PACKAGES += \
    Browser2 \
    Calendar \
    Camera2 \
    Contacts \
    DeskClock \
    Gallery2 \
@@ -36,6 +35,7 @@ PRODUCT_PACKAGES += \

ifeq ($(LINEAGE_BUILD),)
PRODUCT_PACKAGES += \
    Camera2 \
    LatinIME
endif