From 2b1b53aa46636b3ae7142399d3c0a2497ad2e64e Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Tue, 18 Apr 2017 09:22:49 +0200 Subject: [PATCH] universal7885: Enforce vendor tree presence A compiled build has no chance of booting without the prebuilt binaries, so fail the build if those are not present. Change-Id: Iadd43e887d426732e549969ab8deb14194ca818d Signed-off-by: SamarV-121 --- universal7904-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal7904-common.mk b/universal7904-common.mk index e1dc989..515c558 100644 --- a/universal7904-common.mk +++ b/universal7904-common.mk @@ -1,5 +1,5 @@ # Call proprietary blob setup -$(call inherit-product-if-exists, vendor/samsung/universal7904-common/universal7904-common-vendor.mk) +$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk) # Screen density PRODUCT_AAPT_CONFIG := normal