From b5f5e2d8daa0c1411e92c22bc58f20d79b1436cd Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 29 Jan 2024 18:34:03 +0000 Subject: [PATCH] finalization: remove VNDK current.txt copy Since we no longer have the VNDK, we don't need to update this file. Fixes: 318888218 Test: todo ABDT Change-Id: I4c4380292ca92fedfe12b80c46bed5cbef240a2e --- tools/finalization/finalize-vintf-resources.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/finalization/finalize-vintf-resources.sh b/tools/finalization/finalize-vintf-resources.sh index 0a61b09f4b..88645b3ad5 100755 --- a/tools/finalization/finalize-vintf-resources.sh +++ b/tools/finalization/finalize-vintf-resources.sh @@ -17,7 +17,6 @@ function finalize_vintf_resources() { # build/make sed -i -e "s/sepolicy_major_vers := .*/sepolicy_major_vers := ${FINAL_PLATFORM_SDK_VERSION}/g" "$top/build/make/core/config.mk" - cp "$top/build/make/target/product/gsi/current.txt" "$top/build/make/target/product/gsi/$FINAL_PLATFORM_SDK_VERSION.txt" } function create_new_compat_matrix() {