From d281417f8a6882cfb8cc48212f84050715775fc8 Mon Sep 17 00:00:00 2001 From: Lars Greiss Date: Tue, 16 Dec 2014 23:33:00 +0100 Subject: 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 --- p5100.mk | 4 ++-- p51xx-common.mk | 2 +- 2 files changed, 3 insertions(+), 3 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) diff --git a/p51xx-common.mk b/p51xx-common.mk index fab1fe0..1a9efe9 100755 --- a/p51xx-common.mk +++ b/p51xx-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/p51xx/p51xx-vendor.mk) +$(call inherit-product, vendor/samsung/p51xx/p51xx-vendor.mk) -- cgit v1.1