blob: 799c6b05b953d7e898557fc880546be3476d5ffd [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 \
Juan Yescas993ec192023-07-25 11:16:44 -070026 $(LOCAL_DIR)/aosp_raven_pgagnostic_64.mk \
Robin Pengcd374d82021-02-23 20:00:46 +080027 $(LOCAL_DIR)/aosp_raven_pkvm.mk \
28 $(LOCAL_DIR)/aosp_raven_64.mk \
29 $(LOCAL_DIR)/factory_raven.mk \
30 $(LOCAL_DIR)/aosp_slider.mk \
31 $(LOCAL_DIR)/aosp_slider_hwasan.mk \
32 $(LOCAL_DIR)/factory_slider.mk \
33 $(LOCAL_DIR)/full_slider.mk \
34 $(LOCAL_DIR)/aosp_whitefin.mk \
35 $(LOCAL_DIR)/aosp_whitefin_pkvm.mk \
36 $(LOCAL_DIR)/aosp_whitefin_hwasan.mk \
37 $(LOCAL_DIR)/aosp_whitefin_64.mk \
38 $(LOCAL_DIR)/factory_whitefin.mk
39
40COMMON_LUNCH_CHOICES := \
41 aosp_slider-userdebug \
Aaron Ding25d0ee42022-03-03 18:09:54 +080042 aosp_whitefin-userdebug \
43 aosp_oriole-userdebug \
44 aosp_raven-userdebug