Use sdk_{arch}.mk as base for automotive emulator targets

It no longer boots using aosp_{arch}.mk and aosp targets all
use sdk_{arch}.mk now.

Change-Id: I2f6c644353966a58299fbdfa42c7fd3b0d5dea90
This commit is contained in:
Tom Pratt
2021-11-23 12:50:08 +01:00
parent 16c5fdd469
commit 33384ced53
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
include vendor/lineage/build/target/product/lineage_generic_car_target.mk
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_arm64.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_arm64.mk)
TARGET_NO_KERNEL_OVERRIDE := true

View File

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