Minor cleanup - DO NOT MERGE

Change-Id: I0fc4e3c45ae5a545f1a02ed974bc3c7500286e22
This commit is contained in:
Jean-Baptiste Queru 2010-10-22 16:13:02 -07:00
parent dd46ad41ff
commit 68f21cdc71
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@
# build quite specifically for the emulator, and might not be
# entirely appropriate to inherit from for on-device configurations.
$(call inherit-product, build/target/board/generic/device.mk)
$(call inherit-product, build/target/product/full_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
# Overrides
PRODUCT_NAME := full

View File

@ -43,6 +43,6 @@ $(call inherit-product-if-exists, frameworks/base/data/sounds/OriginalAudio.mk)
$(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)
# Get the list of languages.
$(call inherit-product, build/target/product/locales_full.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)
$(call inherit-product, build/target/product/generic.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)