From 693cb1d2fcde6e8bd10ffe180b31001dc67ca80a Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Fri, 2 Dec 2011 18:04:10 +0800 Subject: full_panda.mk: add inherit-product from linaro add inherit-product of device/linaro/common/common.mk so that inherit PRODUCT_PACKAGES Signed-off-by: Yongqin Liu Change-Id: Ie98256844cc31d3514125c9c4e4b14b0be7e829f --- full_panda.mk | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3