summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2023-11-22 01:13:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-22 01:13:55 +0000
commitcddc8e232d6e39a86a5bedda40c2a0046b48680c (patch)
tree29340f5c07b28a4590c8eaa394848540eac63973
parentb11de77841ae9fe2dfe1beb53108a17273997c2d (diff)
parent16b8598ce567b7d14a25c6aa7a7165f9152badb1 (diff)
downloadcar-cddc8e232d6e39a86a5bedda40c2a0046b48680c.tar.gz
Update emu64* board path am: 16b8598ce5
Original change: https://android-review.googlesource.com/c/device/generic/car/+/2841754 Change-Id: I39e7d2b225e8de582dbfba473d2a3a820d596d79 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--emulator_car64_arm64/BoardConfig.mk2
-rw-r--r--emulator_car64_x86_64/BoardConfig.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulator_car64_arm64/BoardConfig.mk b/emulator_car64_arm64/BoardConfig.mk
index b22e303..04840a8 100644
--- a/emulator_car64_arm64/BoardConfig.mk
+++ b/emulator_car64_arm64/BoardConfig.mk
@@ -14,7 +14,7 @@
#
# Use emulator64_arm64 BoardConfig as base
-include device/generic/goldfish/emu64a/BoardConfig.mk
+include device/generic/goldfish/board/emu64a/BoardConfig.mk
include device/generic/car/emulator/usbpt/BoardConfig.mk
# Override BOARD_SUPER_PARTITION_SIZE to increase the mounted system partition.
diff --git a/emulator_car64_x86_64/BoardConfig.mk b/emulator_car64_x86_64/BoardConfig.mk
index 37aa391..ed9ad31 100644
--- a/emulator_car64_x86_64/BoardConfig.mk
+++ b/emulator_car64_x86_64/BoardConfig.mk
@@ -14,7 +14,7 @@
#
# Use emulator64_x86_64_arm64 BoardConfig as base
-include device/generic/goldfish/emu64x/BoardConfig.mk
+include device/generic/goldfish/board/emu64x/BoardConfig.mk
include device/generic/car/emulator/usbpt/BoardConfig.mk
# Override BOARD_SUPER_PARTITION_SIZE to increase the mounted system partition.