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