summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorMayank Garg <gargmayank@google.com>2022-04-06 23:29:50 -0700
committerMayank Garg <gargmayank@google.com>2022-04-06 23:29:50 -0700
commit3bb428372cabe60ff62603f9acfe635f02316812 (patch)
tree3cce08d1870d9784ba7c343456fb1c547e2bb38e /emulator/aosp_car_emulator.mk
parentee7666075f70c250396183d15684a5b5108431c1 (diff)
downloadcar-3bb428372cabe60ff62603f9acfe635f02316812.tar.gz
Fixed overlay for signed apex
Bug: 225726444 Test: manual verification for user build Change-Id: I28352b5498aa18227eb88ae7b575018653d2c8b0
Diffstat (limited to 'emulator/aosp_car_emulator.mk')
-rw-r--r--emulator/aosp_car_emulator.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index 62124ab..e727007 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -36,19 +36,13 @@ PRODUCT_PRODUCT_PROPERTIES += \
hwservicemanager.external.displays=1,400,600,120,0 \
persist.service.bootanim.displays=8140900251843329 \
-ifeq (true,$(USE_GOOGLE_CAR_APEX))
-ifeq (true,$(ENABLE_CLUSTER_OS_DOUBLE))
-PRODUCT_PACKAGES += CarServiceOverlayEmulatorOsDoubleGoogle
-else
-PRODUCT_PACKAGES += CarServiceOverlayEmulatorGoogle
-endif # ENABLE_CLUSTER_OS_DOUBLE
-else
ifeq (true,$(ENABLE_CLUSTER_OS_DOUBLE))
PRODUCT_PACKAGES += CarServiceOverlayEmulatorOsDouble
+GOOGLE_CAR_SERVICE_OVERLAY += CarServiceOverlayEmulatorOsDoubleGoogle
else
PRODUCT_PACKAGES += CarServiceOverlayEmulator
+GOOGLE_CAR_SERVICE_OVERLAY += CarServiceOverlayEmulatorGoogle
endif # ENABLE_CLUSTER_OS_DOUBLE
-endif # USE_GOOGLE_CAR_APEX
endif # BUILD_EMULATOR_CLUSTER_DISPLAY
PRODUCT_PRODUCT_PROPERTIES += \