add android tv build target

This commit is contained in:
Konsta
2023-07-24 15:00:53 +03:00
parent 441fee39c8
commit 1273c5706f
10 changed files with 213 additions and 22 deletions

View File

@@ -1,11 +1,13 @@
#
# Copyright (C) 2021-2022 KonstaKANG
# Copyright (C) 2021-2023 KonstaKANG
#
# SPDX-License-Identifier: Apache-2.0
#
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_rpi4.mk
$(LOCAL_DIR)/aosp_rpi4.mk \
$(LOCAL_DIR)/aosp_rpi4_tv.mk
COMMON_LUNCH_CHOICES := \
aosp_rpi4-userdebug
aosp_rpi4-userdebug \
aosp_rpi4_tv-userdebug