From b784007787b658f7a5df0b206ee793fc121fed30 Mon Sep 17 00:00:00 2001 From: Chad Reynolds Date: Wed, 6 May 2026 14:37:44 -0700 Subject: [PATCH] Remove deleted target This triggers an error message. Removed from the `cvd` package target in https://github.com/google/android-cuttlefish/pull/1982 Bug: 507537392 --- e2etests/debian_substitution_marker | 5 ----- 1 file changed, 5 deletions(-) diff --git a/e2etests/debian_substitution_marker b/e2etests/debian_substitution_marker index 1be81fb0f47..83c485fcbfb 100644 --- a/e2etests/debian_substitution_marker +++ b/e2etests/debian_substitution_marker @@ -5,11 +5,6 @@ symlinks { link_name: "bin/adb_connector" } -symlinks { - target: "/usr/lib/cuttlefish-common/bin/allocd_client" - link_name: "bin/allocd_client" -} - symlinks { target: "/usr/lib/cuttlefish-common/bin/assemble_cvd" link_name: "bin/assemble_cvd"