From d234b6b70ce950811b0dd6adb27b11df4e36b11a Mon Sep 17 00:00:00 2001 From: UnparallelSKY <55931612+UnparallelSKY@users.noreply.github.com> Date: Mon, 14 Oct 2019 19:00:18 +0200 Subject: [PATCH] sdm660-common: Define first api level in the device tree instead in the common tree All sdm660 xiaomi device didn't launched with oreo-mr1 and it will be easer for add other device (jason, lavender, nitrogen, platina, tulip and whyred) who didn't launched with oreo-mr1 in xiaomi-sdm660 org --- sdm660.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/sdm660.mk b/sdm660.mk index a0901b1a..6c25e9c6 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -24,7 +24,6 @@ # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk) $(call inherit-product-if-exists, build/target/product/embedded.mk) # Enable updating of APEXes