blob: ce06e547be4dbd83199f94496732703d45f27d0c [file] [log] [blame]
Robin Pengcd374d82021-02-23 20:00:46 +08001#
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 \
Evgenii Stepanove0f04e32021-11-08 12:54:12 -080019 $(LOCAL_DIR)/aosp_oriole_hwasan.mk \
Juan Yescas993ec192023-07-25 11:16:44 -070020 $(LOCAL_DIR)/aosp_oriole_pgagnostic_64.mk \
Robin Pengcd374d82021-02-23 20:00:46 +080021 $(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 \
Evgenii Stepanove0f04e32021-11-08 12:54:12 -080025 $(LOCAL_DIR)/aosp_raven_hwasan.mk \
Chris Wiseman754171c2023-08-17 16:25:11 +000026 $(LOCAL_DIR)/haiku.mk \
Juan Yescas993ec192023-07-25 11:16:44 -070027 $(LOCAL_DIR)/aosp_raven_pgagnostic_64.mk \
Robin Pengcd374d82021-02-23 20:00:46 +080028 $(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 := \
Greg Kaiser08176b52023-10-25 15:10:37 -060042 aosp_slider-trunk_staging-userdebug \
43 aosp_whitefin-trunk_staging-userdebug \
44 aosp_oriole-trunk_staging-userdebug \
45 aosp_raven-trunk_staging-userdebug