[DO NOT MERGE] Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices

Test: adb shell getprop ro.product.first_api_level
Bug: 202921268
Change-Id: I3de89e705c1e7f0bac5f6d4b4b2791ef2edcfec6
Signed-off-by: Alex Hong <rurumihong@google.com>
This commit is contained in:
Alex Hong 2021-11-17 19:10:08 +08:00
parent 520c2d4210
commit b90720c8c7
4 changed files with 12 additions and 0 deletions

View file

@ -210,3 +210,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Set zram size
PRODUCT_VENDOR_PROPERTIES += \
vendor.zram.size=3g
# This device is shipped with 31 (Android S)
PRODUCT_SHIPPING_API_LEVEL := 31

View file

@ -226,3 +226,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Set zram size
PRODUCT_VENDOR_PROPERTIES += \
vendor.zram.size=3g
# This device is shipped with 31 (Android S)
PRODUCT_SHIPPING_API_LEVEL := 31

View file

@ -104,3 +104,6 @@ PRODUCT_SOONG_NAMESPACES += device/google/raviole/powerstats/slider
# Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
# This device is shipped with 31 (Android S)
PRODUCT_SHIPPING_API_LEVEL := 31

View file

@ -85,3 +85,6 @@ PRODUCT_SOONG_NAMESPACES += device/google/raviole/powerstats/whitefin
# Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
# This device is shipped with 31 (Android S)
PRODUCT_SHIPPING_API_LEVEL := 31