resolved conflicts for merge of e67944ee
to master
Change-Id: I9284d5a5df6fc963bc4c70c87a505857f41c93af
This commit is contained in:
commit
663c9f2d59
2 changed files with 4 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -39,7 +39,7 @@ PRODUCT_COPY_FILES := \
|
|||
PRODUCT_LOCALES := en_US
|
||||
|
||||
# Pick up some sounds.
|
||||
$(call inherit-product, frameworks/base/data/sounds/AudioPackage4.mk)
|
||||
$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage4.mk)
|
||||
|
||||
# Get a list of languages.
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)
|
||||
|
|
Loading…
Reference in a new issue