aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-04-07 14:48:36 -0700
committerDan Willemsen <dwillemsen@google.com>2018-05-04 22:39:08 +0000
commit2bb7eb83310a844f7495773aac4413314d95fdc7 (patch)
treeae5cfcf0639890d1024a92c8c0b818a7b036ec73
parent2a1f8c1b2ed9c2c353a3d55cec323e307dd5c5c7 (diff)
downloadcuttlefish-2bb7eb83310a844f7495773aac4413314d95fdc7.tar.gz
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
-rwxr-xr-xvendorsetup.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/vendorsetup.sh b/vendorsetup.sh
deleted file mode 100755
index 9b3e59df0..000000000
--- 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