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

Commit 92809fe8 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am f3b86591: Merge "Allow full_x86 and full_mips in unbundled build." into jb-mr1-dev

* commit 'f3b86591':
  Allow full_x86 and full_mips in unbundled build.
parents abe04492 f3b86591
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,12 +25,12 @@
# it includes.
#

# Unbundled apps will be built with the default product config.
# Unbundled apps will be built with the most generic product config.
ifneq ($(TARGET_BUILD_APPS),)
PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/core.mk \
    $(LOCAL_DIR)/generic.mk \
    $(LOCAL_DIR)/full.mk
    $(LOCAL_DIR)/full.mk \
    $(LOCAL_DIR)/full_x86.mk \
    $(LOCAL_DIR)/full_mips.mk
else
PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/core.mk \