aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Greiss <kufikugel@googlemail.com>2014-12-16 23:33:00 +0100
committerAndreas Blaesius <skate4life@gmx.de>2015-01-24 12:57:21 +0100
commit83eb215c35e5885bc16792601f1b10a964767c03 (patch)
tree9960506fb8abad16b61cc7206bfa12680c291a64
parentfa4abdf1f086ae04e51de810557ec612b5cbee6b (diff)
downloaddevice_samsung_espressowifi-83eb215c35e5885bc16792601f1b10a964767c03.zip
device_samsung_espressowifi-83eb215c35e5885bc16792601f1b10a964767c03.tar.gz
device_samsung_espressowifi-83eb215c35e5885bc16792601f1b10a964767c03.tar.bz2
P31XX: force builder to have vendor repos to compile
We have a lot unofficial builders who forget to fetch the binaries needed for the device. The build will error out now if it was forgotten. Change-Id: I12ece68d5450c3d8a00410c14b0b0287c34d5195
-rw-r--r--p3100.mk4
-rwxr-xr-xp31xx-common.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/p3100.mk b/p3100.mk
index 30ff2a8..10de3fc 100644
--- a/p3100.mk
+++ b/p3100.mk
@@ -39,5 +39,5 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
-# Use the non-open-source parts, if they're present
-$(call inherit-product-if-exists, vendor/samsung/p31xx/p3100-vendor.mk)
+# Use the non-open-source parts
+$(call inherit-product, vendor/samsung/p31xx/p3100-vendor.mk)
diff --git a/p31xx-common.mk b/p31xx-common.mk
index 3fd8426..afe0c62 100755
--- a/p31xx-common.mk
+++ b/p31xx-common.mk
@@ -127,4 +127,4 @@ PRODUCT_TAGS += dalvik.gc.type-precise
$(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk)
$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)
-$(call inherit-product-if-exists, vendor/samsung/p31xx/p31xx-vendor.mk)
+$(call inherit-product, vendor/samsung/p31xx/p31xx-vendor.mk)