summaryrefslogtreecommitdiff
path: root/aosp_car_arm.mk
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2020-05-25 15:06:20 +0800
committerSzuWei Lin <szuweilin@google.com>2020-11-12 18:05:49 +0800
commit6e2ff44b2ef25b0f5f4bd4e7f83d7eecc2f1898a (patch)
treea97ea774938c36c26592fe9e5bd9e4eb187e1b13 /aosp_car_arm.mk
parent73b3526e284391305dd4eb642376bb84dde54bca (diff)
downloadcar-6e2ff44b2ef25b0f5f4bd4e7f83d7eecc2f1898a.tar.gz
Apply emulator_* devices to emulator targets
We separated the generic_* and emulator_* devices for the different Board Configs. emulator_* includes the emulator vendor, and generic_* do not. The patch applies the emulator_* devices to all emulator targets. Bug: 111538404 Test: TH Change-Id: I0351897e7981bc218e3e18c077ebc8503a826554
Diffstat (limited to 'aosp_car_arm.mk')
-rw-r--r--aosp_car_arm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/aosp_car_arm.mk b/aosp_car_arm.mk
index 3a0909a..0a2ce8d 100644
--- a/aosp_car_arm.mk
+++ b/aosp_car_arm.mk
@@ -20,6 +20,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_arm.mk)
EMULATOR_VENDOR_NO_SOUND := true
PRODUCT_NAME := aosp_car_arm
-PRODUCT_DEVICE := generic
+PRODUCT_DEVICE := emulator_arm
PRODUCT_BRAND := Android
PRODUCT_MODEL := Car on ARM emulator