Make change and version bump to SD2A.210522.001

Change-Id: I555e50f7bdd810a1aee54f55a03d055d1397fcd5
This commit is contained in:
android-build-team Robot 2021-05-22 01:00:21 +00:00
commit 80b5ca15ac
3 changed files with 26 additions and 1 deletions

View File

@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
BUILD_ID=SD2A.210521.002
BUILD_ID=SD2A.210522.001

View File

@ -75,10 +75,21 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
hiddenapi-package-whitelist.xml \
# The dalvik.vm.dexopt.thermal-cutoff property must contain one of the values
# listed here:
#
# https://source.android.com/devices/architecture/hidl/thermal-mitigation#thermal-api
#
# If the thermal status of the device reaches or exceeds the value set here
# background dexopt will be terminated and rescheduled using an exponential
# backoff polcy.
#
# The thermal cutoff value is currently set to THERMAL_STATUS_MODERATE.
PRODUCT_SYSTEM_PROPERTIES += \
dalvik.vm.usejit=true \
dalvik.vm.usejitprofiles=true \
dalvik.vm.dexopt.secondary=true \
dalvik.vm.dexopt.thermal-cutoff=2 \
dalvik.vm.appimageformat=lz4
PRODUCT_SYSTEM_PROPERTIES += \

View File

@ -114,6 +114,20 @@ python_library_host {
},
}
cc_library_static {
name: "ota_metadata_proto_cc",
srcs: [
"ota_metadata.proto",
],
host_supported: true,
recovery_available: true,
proto: {
canonical_path_from_root: false,
type: "lite",
export_proto_headers: true,
},
}
java_library_static {
name: "ota_metadata_proto_java",
host_supported: true,