Select all .pem and .avbpubkey in otatools

Apex payload dev keys are stored as .pem files.
Apex payload also utilizes .avbpubkey as public keys.

Change-Id: I65ced74be02008b666d7bb608f0d0a3ef3769c9c
BUG: 138623265
This commit is contained in:
Baligh Uddin 2019-07-29 21:12:37 -07:00
parent 66893b698c
commit df238b4e41
1 changed files with 1 additions and 1 deletions

View File

@ -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 += \