1#
2# Copyright (C) 2019 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    $(LOCAL_DIR)/aosp_oriole.mk \
19    $(LOCAL_DIR)/aosp_oriole_hwasan.mk \
20    $(LOCAL_DIR)/aosp_oriole_pgagnostic_64.mk \
21    $(LOCAL_DIR)/aosp_oriole_pkvm.mk \
22    $(LOCAL_DIR)/aosp_oriole_64.mk \
23    $(LOCAL_DIR)/factory_oriole.mk \
24    $(LOCAL_DIR)/aosp_raven.mk \
25    $(LOCAL_DIR)/aosp_raven_hwasan.mk \
26    $(LOCAL_DIR)/haiku.mk \
27    $(LOCAL_DIR)/aosp_raven_pgagnostic_64.mk \
28    $(LOCAL_DIR)/aosp_raven_pkvm.mk \
29    $(LOCAL_DIR)/aosp_raven_64.mk \
30    $(LOCAL_DIR)/factory_raven.mk \
31    $(LOCAL_DIR)/aosp_slider.mk \
32    $(LOCAL_DIR)/aosp_slider_hwasan.mk \
33    $(LOCAL_DIR)/factory_slider.mk \
34    $(LOCAL_DIR)/full_slider.mk \
35    $(LOCAL_DIR)/aosp_whitefin.mk \
36    $(LOCAL_DIR)/aosp_whitefin_pkvm.mk \
37    $(LOCAL_DIR)/aosp_whitefin_hwasan.mk \
38    $(LOCAL_DIR)/aosp_whitefin_64.mk \
39    $(LOCAL_DIR)/factory_whitefin.mk
40
41COMMON_LUNCH_CHOICES := \
42    aosp_slider-trunk_staging-userdebug \
43    aosp_whitefin-trunk_staging-userdebug \
44    aosp_oriole-trunk_staging-userdebug \
45    aosp_raven-trunk_staging-userdebug
46