diff --git a/core/Makefile b/core/Makefile index 4611fb388..658c7b376 100644 --- a/core/Makefile +++ b/core/Makefile @@ -3627,7 +3627,7 @@ OTATOOLS_DEPS := \ ifneq (,$(wildcard device)) OTATOOLS_DEPS += \ $(sort $(shell find device $(wildcard vendor) -type f -name "*.pk8" -o -name "verifiedboot*" -o \ - -name "*.x509.pem" -o -name "oem*.prop")) + -name "*.pem" -o -name "oem*.prop" -o -name "*.avbpubkey")) endif ifneq (,$(wildcard external/avb)) OTATOOLS_DEPS += \