summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis2018-08-15 18:18:15 -0500
committerPraneeth Bajjuri2018-09-04 15:30:07 -0500
commit911fc231a4ec417e605fac433c145b4ed1c1c0e6 (patch)
treedbc528fb58a0255d4fa8635f971f9794a7d77246
parent9459f03540ff6a43cc2e283e9c10a181406d1753 (diff)
downloaddevice-ti-j721e-911fc231a4ec417e605fac433c145b4ed1c1c0e6.tar.gz
device-ti-j721e-911fc231a4ec417e605fac433c145b4ed1c1c0e6.tar.xz
device-ti-j721e-911fc231a4ec417e605fac433c145b4ed1c1c0e6.zip
Switch from add_lunch_combo to COMMON_LUNCH_CHOICES
Signed-off-by: Andrew F. Davis <afd@ti.com>
-rw-r--r--AndroidProducts.mk5
-rw-r--r--vendorsetup.sh20
2 files changed, 5 insertions, 20 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 30d67c1..d23dbdb 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -16,3 +16,8 @@
16 16
17PRODUCT_MAKEFILES := \ 17PRODUCT_MAKEFILES := \
18 $(LOCAL_DIR)/am65xevm_full.mk \ 18 $(LOCAL_DIR)/am65xevm_full.mk \
19
20COMMON_LUNCH_CHOICES := \
21 am65xevm_full-eng \
22 am65xevm_full-user \
23 am65xevm_full-userdebug \
diff --git a/vendorsetup.sh b/vendorsetup.sh
deleted file mode 100644
index 48285ea..0000000
--- a/vendorsetup.sh
+++ /dev/null
@@ -1,20 +0,0 @@
1#
2# Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17add_lunch_combo am65xevm_full-eng
18add_lunch_combo am65xevm_full-user
19add_lunch_combo am65xevm_full-userdebug
20