aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2011-12-02 18:03:46 +0800
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-12-17 12:02:46 +0059
commit9f631bf5454ee2f7cdbe2c8bba5c235263776350 (patch)
treeba10c665b974b3722ef0e5c5c6d776608ec60fea
parent07d497a92b7a5332074d0a1b2e6ba892d9426594 (diff)
downloadpanda-linaro_android_4.0.4.tar.gz
full_panda.mk: add inherit-product from linarolinaro_android_4.0.4linaro_android_4.0.3
add inherit-product of device/linaro/common/common.mk so that inherit PRODUCT_PACKAGES Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ie98256844cc31d3514125c9c4e4b14b0be7e829f
-rw-r--r--full_panda.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/full_panda.mk b/full_panda.mk
index 9a1f7fd..2c77856 100644
--- a/full_panda.mk
+++ b/full_panda.mk
@@ -35,6 +35,7 @@ PRODUCT_PROPERTY_OVERRIDES := \
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
+$(call inherit-product, device/linaro/common/common.mk)
$(call inherit-product, device/ti/panda/device.mk)
$(call inherit-product-if-exists, vendor/ti/proprietary/omap4xxx/ti-omap4-vendor.mk)