aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2019-07-30 06:57:37 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-30 06:57:37 -0700
commitc59ebf9990d0f73443aef132c8cb6e496582ace8 (patch)
treea90bd575a0dbd1e6e3e08e5f80433db4782507cb
parent9008e80c8e817ffbd6bbdc7b195a0b04847badc8 (diff)
parentdf238b4e41d29aa02988d6d8da8ed8e531a7a79f (diff)
downloadbuild-c59ebf9990d0f73443aef132c8cb6e496582ace8.tar.gz
Select all .pem and .avbpubkey in otatools
am: df238b4e41 Change-Id: I66d5e2e8d389d76134e8a629847c441019d049d5
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index befb50fab0..4253b7200e 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -3655,7 +3655,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 += \