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