Merge "Switch from add_lunch_combo to COMMON_LUNCH_CHOICES"

am: 2b111ebde6

Change-Id: Iafecb942ed0fd4087b92a660a3a26bd1e2016034
This commit is contained in:
Dan Willemsen
2018-04-04 20:28:01 -07:00
committed by android-build-merger
2 changed files with 4 additions and 18 deletions

View File

@@ -17,3 +17,7 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_walleye.mk \
$(LOCAL_DIR)/aosp_walleye_test.mk \
COMMON_LUNCH_CHOICES := \
aosp_walleye-userdebug \
aosp_walleye_test-userdebug

View File

@@ -1,18 +0,0 @@
#
# Copyright 2017 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.
#
add_lunch_combo aosp_walleye-userdebug
add_lunch_combo aosp_walleye_test-userdebug