From f1f5dd3011145f4d93f4e0750dab975a608d942e Mon Sep 17 00:00:00 2001 From: hungweichen Date: Wed, 17 Aug 2022 08:01:50 +0000 Subject: [PATCH] Remove VB related code Cleaning up the related references of VB in Makefile Bug: 241044073 Change-Id: I9e0ec9d433f2e76951c4390f716cf77674174930 --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index f28935b637..171dbde40c 100644 --- a/core/Makefile +++ b/core/Makefile @@ -5021,7 +5021,7 @@ INTERNAL_OTATOOLS_PACKAGE_FILES := \ INTERNAL_OTATOOLS_PACKAGE_FILES += \ $(sort $(shell find build/make/target/product/security -type f -name "*.x509.pem" -o \ - -name "*.pk8" -o -name verity_key)) + -name "*.pk8")) ifneq (,$(wildcard device)) INTERNAL_OTATOOLS_PACKAGE_FILES += \