• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/x86_64


Commit MetaInfo

Revisióndd23e790b87d46571b89cad1076b9d7cb1a0207f (tree)
Tiempo2019-09-26 16:03:54
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Switch from add_lunch_combo to COMMON_LUNCH_CHOICES

Cambiar Resumen

Diferencia incremental

--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -16,3 +16,8 @@
1616
1717 PRODUCT_MAKEFILES := \
1818 $(LOCAL_DIR)/android_x86_64.mk
19+
20+COMMON_LUNCH_CHOICES := \
21+ android_x86_64-eng \
22+ android_x86_64-user \
23+ android_x86_64-userdebug
--- a/vendorsetup.sh
+++ /dev/null
@@ -1,25 +0,0 @@
1-#
2-# Copyright (C) 2014 The Android-x86 Open Source Project
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-
17-# This file is executed by build/envsetup.sh, and can use anything
18-# defined in envsetup.sh.
19-#
20-# In particular, you can add lunch options with the add_lunch_combo
21-# function: add_lunch_combo generic-eng
22-
23-add_lunch_combo android_x86_64-eng
24-add_lunch_combo android_x86_64-userdebug
25-add_lunch_combo android_x86_64-user