summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-04-04 20:44:54 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-04 20:44:54 -0700
commit672958caf7187fb355149546d886bf5f556ba3e6 (patch)
tree12b4ba4b5c1c62465cd8983e0f0e95f89e9c5b5f
parent77d394326f7fc17831ee7702cb8b750fe0b21443 (diff)
parent595ad51d88bfbd3e680b290b69bbb28f6ee41f27 (diff)
downloadmini-emulator-arm64-672958caf7187fb355149546d886bf5f556ba3e6.tar.gz
Switch from add_lunch_combo to COMMON_LUNCH_CHOICES am: 2ced84e28c am: 43c68cca08android-r-preview-4android-r-preview-3android-r-preview-2android-r-preview-1android-mainline-10.0.0_r9android-mainline-10.0.0_r8android-mainline-10.0.0_r7android-mainline-10.0.0_r6android-mainline-10.0.0_r5android-mainline-10.0.0_r4android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android-10.0.0_r29android-10.0.0_r28android-10.0.0_r27android-10.0.0_r26android-10.0.0_r25android-10.0.0_r24android-10.0.0_r23android-10.0.0_r22android-10.0.0_r21android-10.0.0_r20android-10.0.0_r19android-10.0.0_r18android-10.0.0_r16android-10.0.0_r15android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12ndk-sysroot-r21android10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-releaseandroid10-qpr1-mainline-releaseandroid10-qpr1-d-releaseandroid10-qpr1-c-s1-releaseandroid10-qpr1-c-releaseandroid10-qpr1-b-s1-releaseandroid10-qpr1-b-releaseandroid10-mainline-resolv-releaseandroid10-mainline-networking-releaseandroid10-mainline-media-releaseandroid10-devandroid10-d4-s1-releaseandroid10-d4-releaseandroid10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-release
am: 595ad51d88 Change-Id: Ifc6591766733e759eac59a44bea05ccf271862fb
-rw-r--r--AndroidProducts.mk3
-rw-r--r--vendorsetup.sh22
2 files changed, 3 insertions, 22 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 41ba3c8..36c2e97 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -15,3 +15,6 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/mini_emulator_arm64.mk
+
+COMMON_LUNCH_CHOICES := \
+ mini_emulator_arm64-userdebug
diff --git a/vendorsetup.sh b/vendorsetup.sh
deleted file mode 100644
index c1d2b3d..0000000
--- a/vendorsetup.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (C) 2014 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 mini_emulator_arm64-userdebug