blob: f2a4d7833d511a3333317593aa3e66cdf95da6fb [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 \
Robin Pengcd374d82021-02-23 20:00:46 +080020 $(LOCAL_DIR)/aosp_oriole_pkvm.mk \
21 $(LOCAL_DIR)/aosp_oriole_64.mk \
22 $(LOCAL_DIR)/factory_oriole.mk \
23 $(LOCAL_DIR)/aosp_raven.mk \
Evgenii Stepanove0f04e32021-11-08 12:54:12 -080024 $(LOCAL_DIR)/aosp_raven_hwasan.mk \
Robin Pengcd374d82021-02-23 20:00:46 +080025 $(LOCAL_DIR)/aosp_raven_pkvm.mk \
26 $(LOCAL_DIR)/aosp_raven_64.mk \
27 $(LOCAL_DIR)/factory_raven.mk \
28 $(LOCAL_DIR)/aosp_slider.mk \
29 $(LOCAL_DIR)/aosp_slider_hwasan.mk \
30 $(LOCAL_DIR)/factory_slider.mk \
31 $(LOCAL_DIR)/full_slider.mk \
32 $(LOCAL_DIR)/aosp_whitefin.mk \
33 $(LOCAL_DIR)/aosp_whitefin_pkvm.mk \
34 $(LOCAL_DIR)/aosp_whitefin_hwasan.mk \
35 $(LOCAL_DIR)/aosp_whitefin_64.mk \
36 $(LOCAL_DIR)/factory_whitefin.mk
37
38COMMON_LUNCH_CHOICES := \
39 aosp_slider-userdebug \
40 aosp_whitefin-userdebug