Switch away from add_lunch_combo

This is now using COMMON_LUNCH_CHOICES in the AndroidProducts.mk where
these products are defined.

Bug: 77599627
Test: lunch  <cf_* targets no longer exist in AOSP>
Change-Id: I71582fdd376ebd8469e117103ded88fede31a554
Merged-In: I71582fdd376ebd8469e117103ded88fede31a554
diff --git a/vendorsetup.sh b/vendorsetup.sh
deleted file mode 100755
index 9b3e59d..0000000
--- a/vendorsetup.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# Copyright 2017 The Android Open-Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-add_lunch_combo cf_x86_auto-userdebug
-add_lunch_combo cf_x86_phone-userdebug
-add_lunch_combo cf_x86_tablet-userdebug
-add_lunch_combo cf_x86_tablet_3g-userdebug
-add_lunch_combo cf_x86_tv-userdebug
-add_lunch_combo cf_x86_wear-userdebug
-add_lunch_combo cf_x86_64_auto-userdebug
-add_lunch_combo cf_x86_64_phone-userdebug
-add_lunch_combo cf_x86_64_tablet-userdebug
-add_lunch_combo cf_x86_64_tablet_3g-userdebug
-add_lunch_combo cf_x86_64_tv-userdebug
-add_lunch_combo cf_x86_64_wear-userdebug