Tomasz Wiszkowski | ca327fe | 2017-05-26 15:54:12 -0700 | [diff] [blame] | 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 |
Alistair Strachan | 92fde49 | 2019-04-23 12:51:54 -0700 | [diff] [blame] | 9 | # |
Tomasz Wiszkowski | ca327fe | 2017-05-26 15:54:12 -0700 | [diff] [blame] | 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 | |
| 17 | PRODUCT_MAKEFILES := \ |
Enrico Granata | d911917 | 2020-01-27 16:34:30 -0800 | [diff] [blame] | 18 | aosp_cf_arm64_auto:$(LOCAL_DIR)/vsoc_arm64/auto/aosp_cf.mk \ |
Isaac Chen | c90d5de | 2019-05-17 14:56:33 +0800 | [diff] [blame] | 19 | aosp_cf_arm64_phone:$(LOCAL_DIR)/vsoc_arm64/phone/aosp_cf.mk \ |
Enrico Granata | 612c1cd | 2020-08-21 11:33:09 -0700 | [diff] [blame] | 20 | aosp_cf_x86_64_auto:$(LOCAL_DIR)/vsoc_x86_64/auto/device.mk \ |
Isaac Chen | c90d5de | 2019-05-17 14:56:33 +0800 | [diff] [blame] | 21 | aosp_cf_x86_64_phone:$(LOCAL_DIR)/vsoc_x86_64/phone/aosp_cf.mk \ |
Tomasz Wiszkowski | ca327fe | 2017-05-26 15:54:12 -0700 | [diff] [blame] | 22 | aosp_cf_x86_auto:$(LOCAL_DIR)/vsoc_x86/auto/device.mk \ |
Alistair Delva | aaabb2c | 2019-07-19 13:30:45 -0700 | [diff] [blame] | 23 | aosp_cf_x86_pasan:$(LOCAL_DIR)/vsoc_x86/pasan/aosp_cf.mk \ |
Isaac Chen | c90d5de | 2019-05-17 14:56:33 +0800 | [diff] [blame] | 24 | aosp_cf_x86_phone:$(LOCAL_DIR)/vsoc_x86/phone/aosp_cf.mk \ |
Nikita Ioffe | 146cc4c | 2019-07-01 17:25:08 +0100 | [diff] [blame] | 25 | aosp_cf_x86_phone_noapex:$(LOCAL_DIR)/vsoc_x86_noapex/aosp_cf_noapex.mk \ |
Steven Moreland | b3de8ef | 2018-06-21 15:18:20 -0700 | [diff] [blame] | 26 | aosp_cf_x86_go_phone:$(LOCAL_DIR)/vsoc_x86/go_phone/device.mk \ |
Alistair Strachan | d7a9160 | 2019-04-23 14:48:27 -0700 | [diff] [blame] | 27 | aosp_cf_x86_go_512_phone:$(LOCAL_DIR)/vsoc_x86/go_512_phone/device.mk \ |
Greg Hartman | 41065e9 | 2019-04-17 16:40:46 -0700 | [diff] [blame] | 28 | aosp_cf_x86_tv:$(LOCAL_DIR)/vsoc_x86/tv/device.mk |
Tomasz Wiszkowski | ca327fe | 2017-05-26 15:54:12 -0700 | [diff] [blame] | 29 | |
Dan Willemsen | 19ec709 | 2018-04-04 16:54:20 -0700 | [diff] [blame] | 30 | COMMON_LUNCH_CHOICES := \ |
Enrico Granata | d911917 | 2020-01-27 16:34:30 -0800 | [diff] [blame] | 31 | aosp_cf_arm64_auto-userdebug \ |
Alistair Strachan | d545a47 | 2018-11-02 15:20:51 -0700 | [diff] [blame] | 32 | aosp_cf_arm64_phone-userdebug \ |
Alistair Strachan | 92fde49 | 2019-04-23 12:51:54 -0700 | [diff] [blame] | 33 | aosp_cf_x86_64_phone-userdebug \ |
Dan Willemsen | 19ec709 | 2018-04-04 16:54:20 -0700 | [diff] [blame] | 34 | aosp_cf_x86_auto-userdebug \ |
| 35 | aosp_cf_x86_phone-userdebug \ |
Alistair Strachan | 92fde49 | 2019-04-23 12:51:54 -0700 | [diff] [blame] | 36 | aosp_cf_x86_tv-userdebug |