summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2023-11-10 23:09:43 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-10 23:09:43 +0000
commitb11de77841ae9fe2dfe1beb53108a17273997c2d (patch)
treea81758bbfb154423ec6843b38f8bb483a4b1e508
parentec8014f520127ce4607f0c556034b99b1a01ada5 (diff)
parenta2946d1a3fa15e8ab64bc8b6370980376be411bf (diff)
downloadcar-b11de77841ae9fe2dfe1beb53108a17273997c2d.tar.gz
Remove references to device/generic/goldfish/*/device.mk am: a2946d1a3f
Original change: https://android-review.googlesource.com/c/device/generic/car/+/2824885 Change-Id: I908cf9a4daecd6a042886a858962e3674425db5b 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