From 2f8fde91a18f743ef262bc73f4208dd0c10ec06e Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Wed, 5 May 2021 19:03:04 +0800 Subject: [PATCH] Downgrade the PRODUCT_SHIPPING_API_LEVEL from 31 to 30 We should wait for the Android SC SDK finalization. Remove the unnecessary "BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE". Test: Build successfully and the device is bootable CtsOsTestCases: android.os.cts.BuildTest#testSdkInt pass Bug: 187023500 Change-Id: Ib9adbb7a7c913790994a06ae1a57f95eebf84a78 --- BoardConfig-common.mk | 3 --- device.mk | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 7c209415..ef735b56 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -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 diff --git a/device.mk b/device.mk index 24c4f687..c4aa0ead 100644 --- a/device.mk +++ b/device.mk @@ -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