summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-04-05 09:54:21 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-04-05 13:02:40 -0700
commitdc937700ffce0340f5abfdaa0c0cb3dde36fc2d8 (patch)
treea92d8ec592c9758e095689708dcff0cc99860385 /device.mk
parent9a9a16f2dfe891e7a0a9bd876c6f83c4b2c8a42d (diff)
downloaddevice_samsung_crespo-dc937700ffce0340f5abfdaa0c0cb3dde36fc2d8.zip
device_samsung_crespo-dc937700ffce0340f5abfdaa0c0cb3dde36fc2d8.tar.gz
device_samsung_crespo-dc937700ffce0340f5abfdaa0c0cb3dde36fc2d8.tar.bz2
Clean up crespo/crespo4g's makefile inheritance.
Specifically, remove crespo's BoardConfigVendor from crespo4g's inheritance chain, so that it's possible to build a no-driver crespo4g in AOSP when the crespo drivers are present. Same thing with crespo's device_vendor.mk BUG=4211111 Change-Id: I23e7c4b15c38b1acee4165db7be37044e19745ff
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index a557181..c738286 100644
--- a/device.mk
+++ b/device.mk
@@ -39,3 +39,10 @@ PRODUCT_COPY_FILES := \
frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
$(call inherit-product, device/samsung/crespo/device_base.mk)
+
+# See comment at the top of this file. This is where the other
+# half of the device-specific product definition file takes care
+# of the aspects that require proprietary drivers that aren't
+# commonly available
+$(call inherit-product-if-exists, vendor/samsung/crespo/device-vendor.mk)
+