summaryrefslogtreecommitdiff
path: root/sdm660.mk
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2017-04-18 09:22:49 +0200
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 02:24:07 +0300
commit3eed52715078607f8a2901a0ad691c2544d63e41 (patch)
treeec88eff38e14d3a5e672ca3ea4b11e64850856ed /sdm660.mk
parent26f489134a24e06ae6949b768f1b3433f669e545 (diff)
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
Diffstat (limited to 'sdm660.mk')
-rw-r--r--sdm660.mk6
1 files changed, 3 insertions, 3 deletions
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)