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

Commit fbfd654f authored by Ying Wang's avatar Ying Wang
Browse files

Switch Unbundled apps from generic.mk to full.mk.

Change-Id: Ib0b84e041275a5ad389a122f0349a85008496be2
parent 09636e17
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -25,11 +25,12 @@
# it includes.
#

# An unbundled app build needs only generic.mk.
# Unbundled apps will be built with the default product config.
ifneq ($(TARGET_BUILD_APPS),)
PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/core.mk \
    $(LOCAL_DIR)/generic.mk
    $(LOCAL_DIR)/generic.mk \
    $(LOCAL_DIR)/full.mk
else
PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/core.mk \