1# 2# Copyright 2017 The Android 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 17add_lunch_combo aosp_cf_x86_auto-userdebug 18add_lunch_combo aosp_cf_x86_phone-userdebug 19add_lunch_combo aosp_cf_x86_tablet-userdebug 20add_lunch_combo aosp_cf_x86_tablet_3g-userdebug 21add_lunch_combo aosp_cf_x86_tv-userdebug 22add_lunch_combo aosp_cf_x86_wear-userdebug 23add_lunch_combo aosp_cf_x86_64_auto-userdebug 24add_lunch_combo aosp_cf_x86_64_phone-userdebug 25add_lunch_combo aosp_cf_x86_64_tablet-userdebug 26add_lunch_combo aosp_cf_x86_64_tablet_3g-userdebug 27add_lunch_combo aosp_cf_x86_64_tv-userdebug 28add_lunch_combo aosp_cf_x86_64_wear-userdebug 29add_lunch_combo cf_x86_auto-userdebug 30add_lunch_combo cf_x86_phone-userdebug 31add_lunch_combo cf_x86_tablet-userdebug 32add_lunch_combo cf_x86_tablet_3g-userdebug 33add_lunch_combo cf_x86_tv-userdebug 34add_lunch_combo cf_x86_wear-userdebug 35add_lunch_combo cf_x86_64_auto-userdebug 36add_lunch_combo cf_x86_64_phone-userdebug 37add_lunch_combo cf_x86_64_tablet-userdebug 38add_lunch_combo cf_x86_64_tablet_3g-userdebug 39add_lunch_combo cf_x86_64_tv-userdebug 40add_lunch_combo cf_x86_64_wear-userdebug 41