blob: aed0d8b2274546b55f418d87991f13e3b45657a0 [file] [log] [blame]
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -07001#
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
17PRODUCT_MAKEFILES := \
18 aosp_cf_x86_64_auto:$(LOCAL_DIR)/vsoc_x86_64/auto/device.mk \
Greg Hartman60f7f742018-08-14 16:14:30 -070019 aosp_cf_x86_64_pasan:$(LOCAL_DIR)/vsoc_x86_64/pasan/device.mk \
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -070020 aosp_cf_x86_64_phone:$(LOCAL_DIR)/vsoc_x86_64/phone/device.mk \
Steven Morelandb3de8ef2018-06-21 15:18:20 -070021 aosp_cf_x86_64_go_phone:$(LOCAL_DIR)/vsoc_x86_64/go_phone/device.mk \
22 aosp_cf_x86_64_go_512_phone:$(LOCAL_DIR)/vsoc_x86_64/go_512_phone/device.mk \
Isaac Chenb4ff1d22018-10-31 16:53:58 +080023 aosp_cf_x86_64_gsi:$(LOCAL_DIR)/vsoc_x86_64/gsi/aosp_cf_x86_64_gsi.mk \
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -070024 aosp_cf_x86_64_tablet:$(LOCAL_DIR)/vsoc_x86_64/tablet/device.mk \
25 aosp_cf_x86_64_tablet_3g:$(LOCAL_DIR)/vsoc_x86_64/tablet_3g/device.mk \
26 aosp_cf_x86_64_tv:$(LOCAL_DIR)/vsoc_x86_64/tv/device.mk \
27 aosp_cf_x86_64_wear:$(LOCAL_DIR)/vsoc_x86_64/wear/device.mk \
28 aosp_cf_x86_auto:$(LOCAL_DIR)/vsoc_x86/auto/device.mk \
Greg Hartman60f7f742018-08-14 16:14:30 -070029 aosp_cf_x86_pasan:$(LOCAL_DIR)/vsoc_x86/pasan/device.mk \
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -070030 aosp_cf_x86_phone:$(LOCAL_DIR)/vsoc_x86/phone/device.mk \
Steven Morelandb3de8ef2018-06-21 15:18:20 -070031 aosp_cf_x86_go_phone:$(LOCAL_DIR)/vsoc_x86/go_phone/device.mk \
32 aosp_cf_x86_go_512_phone:$(LOCAL_DIR)/vsoc_x86/go_512_phone/device.mk \
Isaac Chenb4ff1d22018-10-31 16:53:58 +080033 aosp_cf_x86_gsi:$(LOCAL_DIR)/vsoc_x86/gsi/aosp_cf_x86_gsi.mk \
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -070034 aosp_cf_x86_tablet:$(LOCAL_DIR)/vsoc_x86/tablet/device.mk \
35 aosp_cf_x86_tablet_3g:$(LOCAL_DIR)/vsoc_x86/tablet_3g/device.mk \
36 aosp_cf_x86_tv:$(LOCAL_DIR)/vsoc_x86/tv/device.mk \
37 aosp_cf_x86_wear:$(LOCAL_DIR)/vsoc_x86/wear/device.mk \
38
Dan Willemsen19ec7092018-04-04 16:54:20 -070039COMMON_LUNCH_CHOICES := \
40 aosp_cf_x86_auto-userdebug \
41 aosp_cf_x86_phone-userdebug \
42 aosp_cf_x86_tablet-userdebug \
43 aosp_cf_x86_tablet_3g-userdebug \
44 aosp_cf_x86_tv-userdebug \
45 aosp_cf_x86_wear-userdebug \
46 aosp_cf_x86_64_auto-userdebug \
47 aosp_cf_x86_64_phone-userdebug \
48 aosp_cf_x86_64_tablet-userdebug \
49 aosp_cf_x86_64_tablet_3g-userdebug \
50 aosp_cf_x86_64_tv-userdebug \
51 aosp_cf_x86_64_wear-userdebug