From dec4d4341645f5a3416b55628f1efb839cf9d692 Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Thu, 9 Dec 2021 14:28:56 +0800 Subject: [PATCH] Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices Test: adb shell getprop ro.product.first_api_level Bug: 202921268 Change-Id: I5e65bc09d219567c307f3009563ece89f4fc6db5 Signed-off-by: Alex Hong --- device-bluejay.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-bluejay.mk b/device-bluejay.mk index d8b934b..7b75578 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -191,3 +191,6 @@ else PRODUCT_COPY_FILES += \ device/google/bluejay/gps_user.xml.b3:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif + +# This device is shipped with 32 (Android S V2) +PRODUCT_SHIPPING_API_LEVEL := 32