From 540bbafc21e5984a43edf4994dd40b9457352fec Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Thu, 9 Dec 2021 14:28:56 +0800 Subject: [PATCH] [DO NOT MERGE] 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 41515e6..ac022f7 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -171,3 +171,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