Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c59ebf99 authored by Baligh Uddin's avatar Baligh Uddin Committed by android-build-merger
Browse files

Select all .pem and .avbpubkey in otatools

am: df238b4e

Change-Id: I66d5e2e8d389d76134e8a629847c441019d049d5
parents 9008e80c df238b4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 += \