From 2ee2e9e48806aaf249be8eaf06b43912daf3e6fe Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 15 Feb 2020 21:49:40 +0100 Subject: [PATCH] davinci: Inherit product_launched_with_p.mk Change-Id: I0738ccbb8de3f6aac1dd7d937eaccc35e0fc86ae --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 736c65a..89d38f5 100644 --- a/device.mk +++ b/device.mk @@ -14,6 +14,9 @@ # limitations under the License. # +# Product launched with 9.0 +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) + # Call the proprietary setup $(call inherit-product, vendor/xiaomi/davinci/davinci-vendor.mk)