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

Commit e4601ab7 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

am: 1960345f

Change-Id: I69407dc47b45540b27126f963c7a974e2493619e
parents c3badd73 1960345f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3688,7 +3688,7 @@ INTERNAL_OTATOOLS_PACKAGE_FILES += \
ifneq (,$(wildcard device))
INTERNAL_OTATOOLS_PACKAGE_FILES += \
  $(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))
INTERNAL_OTATOOLS_PACKAGE_FILES += \