Compare commits

...

3 Commits

Author SHA1 Message Date
Aaron Kling 27d4148d2b fixup! Compute the needed shared libs for otatools.
1 year ago
Kevin F. Haggerty 235f4a8778 Bump Security String to 2022-11-05
1 year ago
Kevin F. Haggerty b8ce524b7e Bump Security String to 2022-10-05
1 year ago

@ -4199,7 +4199,7 @@ INTERNAL_OTATOOLS_MODULES += \
ifeq (true,$(PRODUCT_SUPPORTS_VBOOT))
INTERNAL_OTATOOLS_MODULES += \
futility \
futility-host \
vboot_signer
endif

@ -240,7 +240,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 := 2022-09-05
PLATFORM_SECURITY_PATCH := 2022-11-05
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH

Loading…
Cancel
Save