blob: 8d06ed7d2d02709681919c2daa88e977002ff05f [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
Alistair Strachan92fde492019-04-23 12:51:54 -07009#
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -070010# 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 := \
Alistair Delvad0346ee2020-11-12 20:25:09 -080018 aosp_cf_arm_only_phone:$(LOCAL_DIR)/vsoc_arm_only/phone/aosp_cf.mk \
Jason Chiu3f99afa2020-10-21 08:24:15 +000019 aosp_cf_arm64_auto:$(LOCAL_DIR)/vsoc_arm64/auto/aosp_cf.mk \
Isaac Chenc90d5de2019-05-17 14:56:33 +080020 aosp_cf_arm64_phone:$(LOCAL_DIR)/vsoc_arm64/phone/aosp_cf.mk \
Alistair Delva4b485272020-06-09 10:15:52 -070021 aosp_cf_arm64_only_phone:$(LOCAL_DIR)/vsoc_arm64_only/phone/aosp_cf.mk \
Enrico Granata39cd7e12020-08-21 11:33:09 -070022 aosp_cf_x86_64_auto:$(LOCAL_DIR)/vsoc_x86_64/auto/device.mk \
armenk37c5c352020-12-15 16:53:27 -080023 aosp_cf_x86_64_pc:$(LOCAL_DIR)/vsoc_x86_64/pc/aosp_cf.mk \
Isaac Chenc90d5de2019-05-17 14:56:33 +080024 aosp_cf_x86_64_phone:$(LOCAL_DIR)/vsoc_x86_64/phone/aosp_cf.mk \
Robin Lee5c7cea52021-05-04 09:47:40 +020025 aosp_cf_x86_64_tv:$(LOCAL_DIR)/vsoc_x86_64/tv/device.mk \
Daniel Norman6689d252021-03-01 15:11:48 -080026 aosp_cf_x86_64_foldable:$(LOCAL_DIR)/vsoc_x86_64/phone/aosp_cf_foldable.mk \
Alistair Delva4b485272020-06-09 10:15:52 -070027 aosp_cf_x86_64_only_phone:$(LOCAL_DIR)/vsoc_x86_64_only/phone/aosp_cf.mk \
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -070028 aosp_cf_x86_auto:$(LOCAL_DIR)/vsoc_x86/auto/device.mk \
Alistair Delvaaaabb2c2019-07-19 13:30:45 -070029 aosp_cf_x86_pasan:$(LOCAL_DIR)/vsoc_x86/pasan/aosp_cf.mk \
Isaac Chenc90d5de2019-05-17 14:56:33 +080030 aosp_cf_x86_phone:$(LOCAL_DIR)/vsoc_x86/phone/aosp_cf.mk \
Nikita Ioffe146cc4c2019-07-01 17:25:08 +010031 aosp_cf_x86_phone_noapex:$(LOCAL_DIR)/vsoc_x86_noapex/aosp_cf_noapex.mk \
Alistair Delvadcf48022020-09-25 10:42:58 -070032 aosp_cf_x86_only_phone:$(LOCAL_DIR)/vsoc_x86_only/phone/aosp_cf.mk \
Steven Morelandb3de8ef2018-06-21 15:18:20 -070033 aosp_cf_x86_go_phone:$(LOCAL_DIR)/vsoc_x86/go_phone/device.mk \
Alistair Strachand7a91602019-04-23 14:48:27 -070034 aosp_cf_x86_go_512_phone:$(LOCAL_DIR)/vsoc_x86/go_512_phone/device.mk \
Greg Hartman41065e92019-04-17 16:40:46 -070035 aosp_cf_x86_tv:$(LOCAL_DIR)/vsoc_x86/tv/device.mk
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -070036
armenk37c5c352020-12-15 16:53:27 -080037
Dan Willemsen19ec7092018-04-04 16:54:20 -070038COMMON_LUNCH_CHOICES := \
Enrico Granatad9119172020-01-27 16:34:30 -080039 aosp_cf_arm64_auto-userdebug \
Alistair Strachand545a472018-11-02 15:20:51 -070040 aosp_cf_arm64_phone-userdebug \
armenk37c5c352020-12-15 16:53:27 -080041 aosp_cf_x86_64_pc-userdebug \
Alistair Strachan92fde492019-04-23 12:51:54 -070042 aosp_cf_x86_64_phone-userdebug \
Daniel Norman6689d252021-03-01 15:11:48 -080043 aosp_cf_x86_64_foldable-userdebug \
Dan Willemsen19ec7092018-04-04 16:54:20 -070044 aosp_cf_x86_auto-userdebug \
45 aosp_cf_x86_phone-userdebug \
Robin Lee5c7cea52021-05-04 09:47:40 +020046 aosp_cf_x86_tv-userdebug \
47 aosp_cf_x86_64_tv-userdebug