update new sdk

This commit is contained in:
August 2020-07-15 19:27:51 +08:00
parent f33907443a
commit 744c72c133
1643 changed files with 83006 additions and 28021 deletions

2
android/build/make/core/soong_config.mk Normal file → Executable file
View file

@ -89,6 +89,8 @@ $(SOONG_VARIABLES): FORCE
echo ''; \
echo ' "BtConfigIncludeDir": "$(BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR)",'; \
echo ''; \
echo ' "BtConfigVendor": "$(BOARD_BLUETOOTH_VENDOR)",'; \
echo ''; \
echo ' "DeviceKernelHeaders": $(call json_list,$(strip $(TARGET_PROJECT_SYSTEM_INCLUDES)))'; \
echo '}') > $(SOONG_VARIABLES_TMP); \
if ! cmp -s $(SOONG_VARIABLES_TMP) $(SOONG_VARIABLES); then \

2
android/build/make/core/version_defaults.mk Normal file → Executable file
View file

@ -181,7 +181,7 @@ ifndef PLATFORM_SECURITY_PATCH
# It must be of the form "YYYY-MM-DD" on production devices.
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
PLATFORM_SECURITY_PATCH := 2018-05-05
PLATFORM_SECURITY_PATCH := 2018-11-05
endif
ifndef PLATFORM_BASE_OS

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.