[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 <rurumihong@google.com>
This commit is contained in:
Alex Hong 2021-12-09 14:28:56 +08:00
parent 526aa94515
commit 540bbafc21

View file

@ -171,3 +171,6 @@ else
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/bluejay/gps_user.xml.b3:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml device/google/bluejay/gps_user.xml.b3:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif endif
# This device is shipped with 32 (Android S V2)
PRODUCT_SHIPPING_API_LEVEL := 32