summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-02-07 15:24:39 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-07 15:24:39 -0800
commitf2ef36757033267d7d52b6f1f214b71f97dbde2a (patch)
tree972f2ce5c8e0c72768b27a60e7b0a713eebff8c9
parentd1dff49fa2878a3b7466e2f2eeb7f644be811396 (diff)
parentf14468f3735e1fec2ef00fd7fac9b42731e6eb01 (diff)
downloaddevice_generic_trusty-f2ef36757033267d7d52b6f1f214b71f97dbde2a.tar.gz
device_generic_trusty-f2ef36757033267d7d52b6f1f214b71f97dbde2a.tar.bz2
device_generic_trusty-f2ef36757033267d7d52b6f1f214b71f97dbde2a.zip
Replace vendorsetup.sh with COMMON_LUNCH_CHOICES
am: f14468f373 Change-Id: I42ea4aae27e8a5316cb46eb357486a06b30716b2
-rw-r--r--AndroidProducts.mk2
-rw-r--r--vendorsetup.sh22
2 files changed, 2 insertions, 22 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 431511e..0568c1e 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -15,3 +15,5 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/qemu_trusty_arm64.mk
+
+COMMON_LUNCH_CHOICES := qemu_trusty_arm64-userdebug
diff --git a/vendorsetup.sh b/vendorsetup.sh
deleted file mode 100644
index 350b3ce..0000000
--- a/vendorsetup.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (C) 2018-2019 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 qemu_trusty_arm64-userdebug