summaryrefslogtreecommitdiffstats
path: root/full_crespo.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-22 11:59:58 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-22 13:08:09 -0700
commit9a550561450b5fc0bc10ed1f145ee7b63c93ef6f (patch)
tree33b592324c7618869969c5e67c6002ac8463fc2f /full_crespo.mk
parent3f83e3b4baff2f7b457f8cc053a3a8d74eb0f1c2 (diff)
downloaddevice_samsung_crespo-9a550561450b5fc0bc10ed1f145ee7b63c93ef6f.zip
device_samsung_crespo-9a550561450b5fc0bc10ed1f145ee7b63c93ef6f.tar.gz
device_samsung_crespo-9a550561450b5fc0bc10ed1f145ee7b63c93ef6f.tar.bz2
Trampoline through the vendor side
This allows to have vendor features that are only included when proprietary drivers are included. Change-Id: I5a8524db2892d4fce87f0f284f791d60211a1f3f
Diffstat (limited to 'full_crespo.mk')
-rw-r--r--full_crespo.mk4
1 files changed, 4 insertions, 0 deletions
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