Make change and version bump to QP1A.190711.003
Change-Id: Ibac773dd504b310eb1fc262c03ffb73225973ea0
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
# (like "CRB01"). It must be a single word, and is
|
||||
# capitalized by convention.
|
||||
|
||||
BUILD_ID=QP1A.190711.002
|
||||
BUILD_ID=QP1A.190711.003
|
||||
|
@@ -250,7 +250,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 := 2019-08-05
|
||||
PLATFORM_SECURITY_PATCH := 2019-09-05
|
||||
endif
|
||||
.KATI_READONLY := PLATFORM_SECURITY_PATCH
|
||||
|
||||
|
@@ -185,6 +185,9 @@ def GetApexKeys(keys_info, key_map):
|
||||
for apex, key in OPTIONS.extra_apex_payload_keys.items():
|
||||
if not key:
|
||||
key = 'PRESIGNED'
|
||||
if apex not in keys_info:
|
||||
logger.warning('Failed to find %s in target_files; Ignored', apex)
|
||||
continue
|
||||
keys_info[apex] = (key, keys_info[apex][1])
|
||||
|
||||
# Apply the key remapping to container keys.
|
||||
|
Reference in New Issue
Block a user