summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2023-11-30 09:24:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-30 09:24:00 +0000
commit4274bb9eb247888a9bd3cb72d5aa3b48f63ed186 (patch)
tree855e84d0679cf4357c21ac77ed717aa528291dac
parent2cb909a6798cae62415cefcc0d80f95176f27f78 (diff)
parentf07c33f7f96b089b58c6240eb6f01536f819f067 (diff)
downloadcar-4274bb9eb247888a9bd3cb72d5aa3b48f63ed186.tar.gz
Include emu64*/details.mk instead of arch-vendor.mk am: 33e15ab222 am: 8f046945b2 am: f07c33f7f9
Original change: https://android-review.googlesource.com/c/device/generic/car/+/2850036 Change-Id: I0bbf89bf10b00245a06134ffd780846202f60896 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--sdk_car_arm64.mk2
-rw-r--r--sdk_car_x86_64.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/sdk_car_arm64.mk b/sdk_car_arm64.mk
index a2e82ed..896fba0 100644
--- a/sdk_car_arm64.mk
+++ b/sdk_car_arm64.mk
@@ -46,7 +46,7 @@ $(call inherit-product, device/generic/car/emulator/car_emulator_product.mk)
# All components inherited here go to vendor image
#
$(call inherit-product, device/generic/car/emulator/car_emulator_vendor.mk)
-$(call inherit-product, device/generic/goldfish/64bitonly/product/arm64-vendor.mk)
+$(call inherit-product, device/generic/goldfish/board/emu64a/details.mk)
EMULATOR_VENDOR_NO_SOUND := true
PRODUCT_NAME := sdk_car_arm64
diff --git a/sdk_car_x86_64.mk b/sdk_car_x86_64.mk
index 019fc59..54fab5d 100644
--- a/sdk_car_x86_64.mk
+++ b/sdk_car_x86_64.mk
@@ -46,7 +46,7 @@ $(call inherit-product, device/generic/car/emulator/car_emulator_product.mk)
# All components inherited here go to vendor image
#
$(call inherit-product, device/generic/car/emulator/car_emulator_vendor.mk)
-$(call inherit-product, device/generic/goldfish/64bitonly/product/x86_64-vendor.mk)
+$(call inherit-product, device/generic/goldfish/board/emu64x/details.mk)
EMULATOR_VENDOR_NO_SOUND := true
PRODUCT_NAME := sdk_car_x86_64