Loading core/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 += \ Loading Loading
core/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 += \ Loading