From 9a550561450b5fc0bc10ed1f145ee7b63c93ef6f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 22 Oct 2010 11:59:58 -0700 Subject: Trampoline through the vendor side This allows to have vendor features that are only included when proprietary drivers are included. Change-Id: I5a8524db2892d4fce87f0f284f791d60211a1f3f --- full_crespo.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'full_crespo.mk') diff --git a/full_crespo.mk b/full_crespo.mk index 4b0bf74..fcf904a 100644 --- a/full_crespo.mk +++ b/full_crespo.mk @@ -29,6 +29,10 @@ PRODUCT_PACKAGES := \ Nfc \ Tag +# Get the parts that are either non-open-source or depend +# on non-open-source drivers +$(call inherit-product-if-exists, vendor/samsung/crespo/full_crespo-trampoline.mk) + # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # This is where we'd set a backup provider if we had one -- cgit v1.1