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: Amit Pundir <amit.pundir@linaro.org>
diff --git a/full_panda.mk b/full_panda.mk
index 9e3b117..a57918a 100644
--- a/full_panda.mk
+++ b/full_panda.mk
@@ -35,6 +35,7 @@
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_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)