lineage: products: Add ATV x86_64 emulator targets

Change-Id: I2ab42a7800b9754e784b2bf5dad7e6fea839b8ff
This commit is contained in:
Christian Hoffmann
2024-12-05 19:17:32 +01:00
parent 00ca937549
commit 621f14f2ce
2 changed files with 33 additions and 2 deletions

View File

@@ -30,7 +30,8 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_sdk_phone_arm64.mk \
$(LOCAL_DIR)/lineage_sdk_phone_x86_64.mk \
$(LOCAL_DIR)/lineage_sdk_tv_arm.mk \
$(LOCAL_DIR)/lineage_sdk_tv_x86.mk
$(LOCAL_DIR)/lineage_sdk_tv_x86.mk \
$(LOCAL_DIR)/lineage_sdk_tv_x86_64.mk
COMMON_LUNCH_CHOICES := \
lineage_gsi_arm-userdebug \
@@ -48,4 +49,5 @@ COMMON_LUNCH_CHOICES := \
lineage_sdk_phone_arm64-userdebug \
lineage_sdk_phone_x86_64-userdebug \
lineage_sdk_tv_arm-userdebug \
lineage_sdk_tv_x86-userdebug
lineage_sdk_tv_x86-userdebug \
lineage_sdk_tv_x86_64-userdebug

View File

@@ -0,0 +1,29 @@
# Copyright (C) 2024 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
include vendor/lineage/build/target/product/lineage_generic_tv_target.mk
$(call inherit-product, device/google/atv/products/sdk_atv64_x86_64.mk)
TARGET_NO_KERNEL_OVERRIDE := true
# Enable mainline checking
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
# Overrides
PRODUCT_NAME := lineage_sdk_tv_x86_64
PRODUCT_MODEL := LineageOS Android TV SDK built for x86_64
PRODUCT_SDK_ADDON_NAME := lineage
PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP := $(LOCAL_PATH)/source.properties