diff options
-rw-r--r-- | BoardConfig.mk | 1 | ||||
-rw-r--r-- | lineage.mk | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 51bdfc2..4355004 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -239,7 +239,6 @@ include device/qcom/sepolicy/sepolicy.mk # Treble PRODUCT_FULL_TREBLE_OVERRIDE := true PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE := 27 -PRODUCT_SHIPPING_API_LEVEL := 27 PRODUCT_VENDOR_MOVE_ENABLED := true # Timeservice @@ -17,6 +17,7 @@ # 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/full_base_telephony.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk) # Inherit some common Lineage stuff $(call inherit-product, vendor/lineage/config/common_full_phone.mk) |