Rename automotive emulator targets

Matches the upstream separation of gsi and emulator targets.

Change-Id: I07947727c39b87d2bd1ee6bf2809a7f40ff380ba
This commit is contained in:
Tom Pratt 2022-02-10 17:06:29 +01:00 committed by Bruno Martins
parent c753856076
commit 5a35edd014
3 changed files with 6 additions and 6 deletions

View File

@ -23,8 +23,8 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_tv_arm64.mk \
$(LOCAL_DIR)/lineage_tv_x86.mk \
$(LOCAL_DIR)/lineage_tv_x86_64.mk \
$(LOCAL_DIR)/lineage_car_arm64.mk \
$(LOCAL_DIR)/lineage_car_x86_64.mk \
$(LOCAL_DIR)/lineage_sdk_car_arm64.mk \
$(LOCAL_DIR)/lineage_sdk_car_x86_64.mk \
$(LOCAL_DIR)/lineage_sdk_phone_x86.mk \
$(LOCAL_DIR)/lineage_sdk_phone_x86_64.mk
@ -37,7 +37,7 @@ COMMON_LUNCH_CHOICES := \
lineage_tv_arm64-userdebug \
lineage_tv_x86-userdebug \
lineage_tv_x86_64-userdebug \
lineage_car_arm64-userdebug \
lineage_car_x86_64-userdebug \
lineage_sdk_car_arm64-userdebug \
lineage_sdk_car_x86_64-userdebug \
lineage_sdk_phone_x86-userdebug \
lineage_sdk_phone_x86_64-userdebug

View File

@ -18,4 +18,4 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_arm64.mk)
TARGET_NO_KERNEL_OVERRIDE := true
PRODUCT_NAME := lineage_car_arm64
PRODUCT_NAME := lineage_sdk_car_arm64

View File

@ -16,4 +16,4 @@ include vendor/lineage/build/target/product/lineage_generic_car_target.mk
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_x86_64.mk)
PRODUCT_NAME := lineage_car_x86_64
PRODUCT_NAME := lineage_sdk_car_x86_64