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 <sbordenave@gmail.com>
This commit is contained in:
parent
162776300d
commit
2c482e18b3
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue