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:
parent
593dbbdefc
commit
b803358d00
4 changed files with 12 additions and 0 deletions
|
@ -218,3 +218,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
# Set zram size
|
# Set zram size
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
vendor.zram.size=3g
|
vendor.zram.size=3g
|
||||||
|
|
||||||
|
# This device is shipped with 31 (Android S)
|
||||||
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||||
|
|
|
@ -235,3 +235,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
# Set zram size
|
# Set zram size
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
vendor.zram.size=3g
|
vendor.zram.size=3g
|
||||||
|
|
||||||
|
# This device is shipped with 31 (Android S)
|
||||||
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||||
|
|
|
@ -109,3 +109,6 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
|
||||||
# Bluetooth HAL
|
# Bluetooth HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
bt_vendor.conf
|
bt_vendor.conf
|
||||||
|
|
||||||
|
# This device is shipped with 31 (Android S)
|
||||||
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||||
|
|
|
@ -90,3 +90,6 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
|
||||||
# Bluetooth HAL
|
# Bluetooth HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
bt_vendor.conf
|
bt_vendor.conf
|
||||||
|
|
||||||
|
# This device is shipped with 31 (Android S)
|
||||||
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue