lineage: products: Fix lineage_sdk_car* emulator targets
necessary after merge of tag 'android-14.0.0_r29': 228de7b Remove sdk_<arch> products The SDK is arch-agnostic, so does not need per-arch products. Change-Id: Idac94e841e749d6dcc4aa643b8738f8c07ac71fa
This commit is contained in:
parent
1c69ed407e
commit
b0d0c6fa41
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ include vendor/lineage/build/target/product/lineage_generic_car_target.mk
|
|||
|
||||
$(call inherit-product, device/generic/car/emulator/aosp_car_emulator.mk)
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_arm64.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
|
||||
|
||||
TARGET_NO_KERNEL_OVERRIDE := true
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ include vendor/lineage/build/target/product/lineage_generic_car_target.mk
|
|||
|
||||
$(call inherit-product, device/generic/car/emulator/aosp_car_emulator.mk)
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_x86_64.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
|
||||
|
||||
PRODUCT_NAME := lineage_sdk_car_x86_64
|
||||
|
||||
|
|
Loading…
Reference in a new issue