Downgrade the PRODUCT_SHIPPING_API_LEVEL from 31 to 30 am: 2f8fde91a1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14440219 Change-Id: I5785a4cac774544f21cdc4f4c4141eca1c809e3c
This commit is contained in:
commit
5a23a95e9a
2 changed files with 1 additions and 4 deletions
|
@ -408,6 +408,3 @@ BOARD_KERNEL_CMDLINE += at24.write_timeout=100
|
|||
|
||||
# Enable larger logbuf
|
||||
BOARD_KERNEL_CMDLINE += log_buf_len=1024K
|
||||
|
||||
# Temporarily ignore the vendor selinux context namespace problem for PRODUCT_SHIPPING_API_LEVEL 31
|
||||
BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE := true
|
||||
|
|
|
@ -170,7 +170,7 @@ DEVICE_MATRIX_FILE := \
|
|||
DEVICE_PACKAGE_OVERLAYS += device/google/gs101/overlay
|
||||
|
||||
# This will be updated to 31 (Android S) for shipping
|
||||
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||
PRODUCT_SHIPPING_API_LEVEL := 30
|
||||
|
||||
# Temporarily disable the debugfs restriction on 31 (Android S)
|
||||
PRODUCT_SET_DEBUGFS_RESTRICTIONS := false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue