summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2018-04-18 21:31:09 +0530
committerAmit Pundir <amit.pundir@linaro.org>2018-04-18 21:31:09 +0530
commit4054e6649a9f4a09d8b80367bbf12b919b4e7422 (patch)
treee1d4490984897ae92929866f9473cb0900350156
parent53861f829671be7e04a22bf02bcb2c588c89e94e (diff)
downloaddragonboard410c-4054e6649a9f4a09d8b80367bbf12b919b4e7422.tar.gz
Switch from add_lunch_combo to COMMON_LUNCH_CHOICES
Change-Id: I09f9ea70f3d9f1bcd8a1ca0dfe033f4af5c859ec Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--AndroidProducts.mk4
-rw-r--r--vendorsetup.sh24
2 files changed, 4 insertions, 24 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index ab2b3da..419a6f6 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -12,3 +12,7 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/db410c32_only.mk \
$(LOCAL_DIR)/db820c.mk
+
+COMMON_LUNCH_CHOICES := \
+ db410c32_only-userdebug \
+ db820c-userdebug
diff --git a/vendorsetup.sh b/vendorsetup.sh
deleted file mode 100644
index 5f683ac..0000000
--- a/vendorsetup.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright (C) 2013 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.
-#
-
-# This file is executed by build/envsetup.sh, and can use anything
-# defined in envsetup.sh.
-#
-# In particular, you can add lunch options with the add_lunch_combo
-# function: add_lunch_combo generic-eng
-
-add_lunch_combo db410c32_only-userdebug
-add_lunch_combo db820c-userdebug