Select all .pem and .avbpubkey in otatools

am: df238b4e41

Change-Id: I6ad30769640ed9fe7d9c9e6828b62b2108833193
This commit is contained in:
Baligh Uddin
2019-07-30 07:08:43 -07:00
committed by android-build-merger

View File

@@ -3688,7 +3688,7 @@ INTERNAL_OTATOOLS_PACKAGE_FILES += \
ifneq (,$(wildcard device)) ifneq (,$(wildcard device))
INTERNAL_OTATOOLS_PACKAGE_FILES += \ INTERNAL_OTATOOLS_PACKAGE_FILES += \
$(sort $(shell find device $(wildcard vendor) -type f -name "*.pk8" -o -name "verifiedboot*" -o \ $(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 endif
ifneq (,$(wildcard external/avb)) ifneq (,$(wildcard external/avb))
INTERNAL_OTATOOLS_PACKAGE_FILES += \ INTERNAL_OTATOOLS_PACKAGE_FILES += \