From 8f8a759a5e1dd354f208629ed0f2546f00145832 Mon Sep 17 00:00:00 2001 From: Anand S Date: Tue, 16 Jul 2024 12:56:42 +0530 Subject: [PATCH] fogos: Uprev Shipping API level * fogos was launched with Android 14. Change-Id: I63de6f364bb06ee9222f1a0eee266e4cc3bf94bd --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index a4db9bb..d45d8cd 100644 --- a/device.mk +++ b/device.mk @@ -21,7 +21,7 @@ PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := 280dpi PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi -PRODUCT_SHIPPING_API_LEVEL := 30 +PRODUCT_SHIPPING_API_LEVEL := 34 # Inherit from motorola sm6375-common $(call inherit-product, device/motorola/sm6375-common/common.mk)