From: Stricted Date: Mon, 1 Oct 2018 06:22:08 +0000 (+0200) Subject: s5neolte: inherit proprietary vendor files X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b0ec427d8651cdb9e7c61a68b5b3a0c91f2881cb;p=GitHub%2FLineageOS%2Fandroid_device_samsung_s5neolte.git s5neolte: inherit proprietary vendor files Change-Id: I8cc6b2ca0697ffb51567d46801257c1d396f0db7 --- diff --git a/device.mk b/device.mk index 3d88423..c2d7b10 100644 --- a/device.mk +++ b/device.mk @@ -59,3 +59,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/s5neolte/s5neolte-vendor.mk)