aboutsummaryrefslogtreecommitdiffstats
path: root/p5100.mk
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:58:58 +0100
commitd281417f8a6882cfb8cc48212f84050715775fc8 (patch)
tree4c0a2c7af034739bf018aa3bef8105e555b91f1c /p5100.mk
parent07bb343a75923c6e3399262a3e2e3740b49f597a (diff)
downloaddevice_samsung_espresso3g-d281417f8a6882cfb8cc48212f84050715775fc8.zip
device_samsung_espresso3g-d281417f8a6882cfb8cc48212f84050715775fc8.tar.gz
device_samsung_espresso3g-d281417f8a6882cfb8cc48212f84050715775fc8.tar.bz2
P51XX: 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: I858c7ebad4bf18fe95585e0143e1d23de45bd773
Diffstat (limited to 'p5100.mk')
-rw-r--r--p5100.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/p5100.mk b/p5100.mk
index 0440288..bb93b70 100644
--- a/p5100.mk
+++ b/p5100.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/p51xx/p5100-vendor.mk)
+# Use the non-open-source parts
+$(call inherit-product, vendor/samsung/p51xx/p5100-vendor.mk)