Allow full_x86 and full_mips in unbundled build.
So we can do unbundled builds for x86 and mips devices. Change-Id: Ibd8c3b0371c316b713a748a6e6ce14fe98fdc4aa
This commit is contained in:
parent
ec249e8c54
commit
e4ba06c35c
1 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue