blob: 7ffbce968a7de042fda6e8f6777bc254017f9e57 [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 \
19 $(LOCAL_DIR)/aosp_oriole_pkvm.mk \
20 $(LOCAL_DIR)/aosp_oriole_64.mk \
21 $(LOCAL_DIR)/factory_oriole.mk \
22 $(LOCAL_DIR)/aosp_raven.mk \
23 $(LOCAL_DIR)/aosp_raven_pkvm.mk \
24 $(LOCAL_DIR)/aosp_raven_64.mk \
25 $(LOCAL_DIR)/factory_raven.mk \
26 $(LOCAL_DIR)/aosp_slider.mk \
27 $(LOCAL_DIR)/aosp_slider_hwasan.mk \
28 $(LOCAL_DIR)/factory_slider.mk \
29 $(LOCAL_DIR)/full_slider.mk \
30 $(LOCAL_DIR)/aosp_whitefin.mk \
31 $(LOCAL_DIR)/aosp_whitefin_pkvm.mk \
32 $(LOCAL_DIR)/aosp_whitefin_hwasan.mk \
33 $(LOCAL_DIR)/aosp_whitefin_64.mk \
34 $(LOCAL_DIR)/factory_whitefin.mk
35
36COMMON_LUNCH_CHOICES := \
37 aosp_slider-userdebug \
Aaron Ding25d0ee42022-03-03 18:09:54 +080038 aosp_whitefin-userdebug \
39 aosp_oriole-userdebug \
40 aosp_raven-userdebug