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>2012-11-14 11:40:18 +0100
commit1163656c17d8c0400cc58c2816b0cc8369aff349 (patch)
tree2f5a092cea8a6bc2ef2d30cf9aee1428166f21f1
parentabd76a6523c26e333fcb5e59639f3f0da1febefa (diff)
downloadpanda-linaro_android_4.2.tar.gz
full_panda.mk: add inherit-product from linarolinaro_android_4.2
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 46b188f..41540cc 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)