matisse-common: Set shipping API level in the common product makefile

It's not meant to be set as a board config flag. Simply do it by
inheriting the makefile that now also exists for devices launched
with KitKat.

Change-Id: I1ba570823a902cbd352be831b15e64c0eed63044
This commit is contained in:
RomanDesigner 2020-01-05 12:41:16 +03:00
parent 89a6196225
commit e389b9e034
No known key found for this signature in database
GPG Key ID: 6757965E5D54CB61
2 changed files with 1 additions and 4 deletions

View File

@ -93,9 +93,6 @@ include $(COMMON_PATH)/sepolicy/sepolicy.mk
# Sensors
TARGET_NO_SENSOR_PERMISSION_CHECK := true
# Shipping API Level
PRODUCT_SHIPPING_API_LEVEL := 18
# TWRP Support - Optional
ifeq ($(WITH_TWRP),true)
-include $(COMMON_PATH)/twrp.mk

View File

@ -104,8 +104,8 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-8226.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-8226.conf
# Get non-open-source specific aspects
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_k.mk)
$(call inherit-product-if-exists, vendor/samsung/matisse-common/matisse-common-vendor.mk)
# common msm8226
$(call inherit-product, device/samsung/msm8226-common/msm8226.mk)