Skip to content

Commit

Permalink
lineage: products: Fix lineage_sdk_car* emulator targets
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MSe1969 committed Mar 24, 2024
1 parent 1c69ed4 commit b0d0c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/target/product/lineage_sdk_car_arm64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/target/product/lineage_sdk_car_x86_64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b0d0c6f

Please sign in to comment.