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

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

Select all .pem and .avbpubkey in otatools am: df238b4e

am: c59ebf99

Change-Id: I880aba02f73155bb73bf10961a6f65e099454190
parents 9008e80c c59ebf99
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3655,7 +3655,7 @@ OTATOOLS_DEPS := \
ifneq (,$(wildcard device))
ifneq (,$(wildcard device))
OTATOOLS_DEPS += \
OTATOOLS_DEPS += \
  $(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))
OTATOOLS_DEPS += \
OTATOOLS_DEPS += \