blob: 0b373117c077b62f8019a68de38678761d4c2415 [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 := \
Enrico Granatad9119172020-01-27 16:34:30 -080018 aosp_cf_arm64_auto:$(LOCAL_DIR)/vsoc_arm64/auto/aosp_cf.mk \
Isaac Chenc90d5de2019-05-17 14:56:33 +080019 aosp_cf_arm64_phone:$(LOCAL_DIR)/vsoc_arm64/phone/aosp_cf.mk \
20 aosp_cf_x86_64_phone:$(LOCAL_DIR)/vsoc_x86_64/phone/aosp_cf.mk \
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -070021 aosp_cf_x86_auto:$(LOCAL_DIR)/vsoc_x86/auto/device.mk \
Alistair Delvaaaabb2c2019-07-19 13:30:45 -070022 aosp_cf_x86_pasan:$(LOCAL_DIR)/vsoc_x86/pasan/aosp_cf.mk \
Isaac Chenc90d5de2019-05-17 14:56:33 +080023 aosp_cf_x86_phone:$(LOCAL_DIR)/vsoc_x86/phone/aosp_cf.mk \
Nikita Ioffe146cc4c2019-07-01 17:25:08 +010024 aosp_cf_x86_phone_noapex:$(LOCAL_DIR)/vsoc_x86_noapex/aosp_cf_noapex.mk \
Steven Morelandb3de8ef2018-06-21 15:18:20 -070025 aosp_cf_x86_go_phone:$(LOCAL_DIR)/vsoc_x86/go_phone/device.mk \
Alistair Strachand7a91602019-04-23 14:48:27 -070026 aosp_cf_x86_go_512_phone:$(LOCAL_DIR)/vsoc_x86/go_512_phone/device.mk \
Greg Hartman41065e92019-04-17 16:40:46 -070027 aosp_cf_x86_tv:$(LOCAL_DIR)/vsoc_x86/tv/device.mk
Tomasz Wiszkowskica327fe2017-05-26 15:54:12 -070028
Dan Willemsen19ec7092018-04-04 16:54:20 -070029COMMON_LUNCH_CHOICES := \
Enrico Granatad9119172020-01-27 16:34:30 -080030 aosp_cf_arm64_auto-userdebug \
Alistair Strachand545a472018-11-02 15:20:51 -070031 aosp_cf_arm64_phone-userdebug \
Alistair Strachan92fde492019-04-23 12:51:54 -070032 aosp_cf_x86_64_phone-userdebug \
Dan Willemsen19ec7092018-04-04 16:54:20 -070033 aosp_cf_x86_auto-userdebug \
34 aosp_cf_x86_phone-userdebug \
Alistair Strachan92fde492019-04-23 12:51:54 -070035 aosp_cf_x86_tv-userdebug