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:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user