From 3eed52715078607f8a2901a0ad691c2544d63e41 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Tue, 18 Apr 2017 09:22:49 +0200 Subject: sdm660-common: 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 --- sdm660.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sdm660.mk') diff --git a/sdm660.mk b/sdm660.mk index fccdf24..5a43a11 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -21,9 +21,6 @@ # definition file). # -# Inherit proprietary files -$(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) - # Inherit properties $(call inherit-product, $(LOCAL_PATH)/properties.mk) PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true @@ -466,3 +463,6 @@ PRODUCT_PACKAGES += \ PRODUCT_BOOT_JARS += \ WfdCommon + +# Inherit the proprietary files +$(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) -- cgit v1.2.3