From 1d6309eca9419b4c6c88fea40f2d8800990ddafd Mon Sep 17 00:00:00 2001 From: Danny Wood Date: Thu, 25 Apr 2019 16:36:16 +0100 Subject: [PATCH] a7xelte: Inherit proprietary vendor files Change-Id: Ibb0d799562e6cc82f85f3d5f9cfb726f26fc7757 --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index 2e08f88..812977d 100644 --- a/device.mk +++ b/device.mk @@ -69,3 +69,5 @@ PRODUCT_COPY_FILES += \ # Inherit from universal7580-common $(call inherit-product, device/samsung/universal7580-common/device-common.mk) +# Call the proprietary setup +$(call inherit-product, vendor/samsung/a7xelte/a7xelte-vendor.mk) -- 2.20.1