From 9fce32e23eeb7a5f1d1aff91c02fb51a5c50a680 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 14 Oct 2018 14:46:37 +0200 Subject: [PATCH] sdm845-common: Move product_launched_with_o_mr1.mk inclusion to enchilada * Obviously OP6T isn't going to launch with 8.1 therefore we got to move it to enchilada. Change-Id: Ifec5e0ed00e751d9a9fdb945ddbd3054792bb3c6 --- common.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/common.mk b/common.mk index 6537a74..c16ac7a 100644 --- a/common.mk +++ b/common.mk @@ -14,8 +14,6 @@ # limitations under the License. # -$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk) - # Get non-open-source specific aspects $(call inherit-product, vendor/oneplus/sdm845-common/sdm845-common-vendor.mk)