From 2c482e18b38fffd3c262eec73b4aa31e5ddfa0d2 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Sat, 11 Sep 2021 18:23:20 +0200 Subject: [PATCH] clover: Drop product_launched_with_*.mk * It seems Google stopped making those * Directly set PRODUCT_SHIPPING_API_LEVEL Change-Id: If00badd6dc12e0245c74bba12e4816361091e754 Signed-off-by: pix106 --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 09cbd0a..3829353 100644 --- a/device.mk +++ b/device.mk @@ -12,6 +12,9 @@ $(call inherit-product, device/xiaomi/sdm660-common/sdm660.mk) # Device Path DEVICE_PATH := device/xiaomi/clover +# PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. +PRODUCT_SHIPPING_API_LEVEL := 28 + # Audio PRODUCT_COPY_FILES += \ $(DEVICE_PATH)/configs/audio/audio_platform_info_intcodec.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_intcodec.xml \