summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2023-11-09 14:16:23 -0800
committerRoman Kiryanov <rkir@google.com>2023-11-10 12:21:55 -0800
commita2946d1a3fa15e8ab64bc8b6370980376be411bf (patch)
treea81758bbfb154423ec6843b38f8bb483a4b1e508
parentdfc90315a174a47871792feed80ba944405d623e (diff)
downloadcar-a2946d1a3fa15e8ab64bc8b6370980376be411bf.tar.gz
Remove references to device/generic/goldfish/*/device.mk
these files are currently empty and will be retired soon. Bug: 295259752 Test: presubmit Change-Id: I87229b3dd018738b025cf635552127e4ab064d07 Signed-off-by: Roman Kiryanov <rkir@google.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