Files
android_device_brcm_rpi5/AndroidProducts.mk
Greg Kaiser 34f1983a93 Fix lunch choices for git_main
We add "trunk_staging-" for all COMMON_LUNCH_CHOICES so they are
valid in the trunk stable setup.

Bug: 307738446
Test: lunch
2024-04-08 11:17:24 +03:00

16 lines
358 B
Makefile

#
# Copyright (C) 2021-2023 KonstaKANG
#
# SPDX-License-Identifier: Apache-2.0
#
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_rpi5.mk \
$(LOCAL_DIR)/aosp_rpi5_car.mk \
$(LOCAL_DIR)/aosp_rpi5_tv.mk
COMMON_LUNCH_CHOICES := \
aosp_rpi5-trunk_staging-userdebug \
aosp_rpi5_car-trunk_staging-userdebug \
aosp_rpi5_tv-trunk_staging-userdebug