summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2023-11-21 14:14:42 -0800
committerRoman Kiryanov <rkir@google.com>2023-11-21 14:14:42 -0800
commit16b8598ce567b7d14a25c6aa7a7165f9152badb1 (patch)
tree29340f5c07b28a4590c8eaa394848540eac63973
parenta2946d1a3fa15e8ab64bc8b6370980376be411bf (diff)
downloadcar-16b8598ce567b7d14a25c6aa7a7165f9152badb1.tar.gz
Update emu64* board path
the board files were moved into device/generic/goldfish/board Bug: 295259752 Test: presubmit Change-Id: Ib8fea6ef065dac86c33acfbd9d45cbac4442f42d Signed-off-by: Roman Kiryanov <rkir@google.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.