summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2023-11-11 00:47:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-11 00:47:28 +0000
commit7f7300d8736e8098530635cfa076c84ca3aaf422 (patch)
tree17f01c68967bc6fe44278992bd778827a5978d2b
parent1445180ae1986cd226b4ee90eefceb8cecc336c9 (diff)
parent3dfdeca6fd770beb56430ab6c84c7bb1dfd9725a (diff)
downloadcar-7f7300d8736e8098530635cfa076c84ca3aaf422.tar.gz
Remove references to device/generic/goldfish/*/device.mk am: a2946d1a3f am: d92239b58d am: 3dfdeca6fd
Original change: https://android-review.googlesource.com/c/device/generic/car/+/2824885 Change-Id: Ifb940e2d019b06bd4aff9ff167e094d380f25c59 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--sdk_car_arm64.mk1
-rw-r--r--sdk_car_x86_64.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/sdk_car_arm64.mk b/sdk_car_arm64.mk
index 614cf4a..a2e82ed 100644
--- a/sdk_car_arm64.mk
+++ b/sdk_car_arm64.mk
@@ -47,7 +47,6 @@ $(call inherit-product, device/generic/car/emulator/car_emulator_product.mk)
#
$(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/emu64a/device.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 2e751cf..019fc59 100644
--- a/sdk_car_x86_64.mk
+++ b/sdk_car_x86_64.mk
@@ -47,7 +47,6 @@ $(call inherit-product, device/generic/car/emulator/car_emulator_product.mk)
#
$(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/emu64x/device.mk)
EMULATOR_VENDOR_NO_SOUND := true
PRODUCT_NAME := sdk_car_x86_64