summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorChangyeon Jo <changyeon@google.com>2022-10-24 20:51:31 -0700
committerChangyeon Jo <changyeon@google.com>2022-10-24 20:51:31 -0700
commit08524a309e214f48ce60a3944a088441c2bcd260 (patch)
treebb8b7daa0cca9eb1fd32a20dd348ba5957e8c836 /emulator/aosp_car_emulator.mk
parent08088f1f5d3e7ada29d414f01094b6514486c230 (diff)
downloadcar-08524a309e214f48ce60a3944a088441c2bcd260.tar.gz
Exclude EVS referece applications
This CL also adds init.evs.rc to PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST. Bug: 255460464 Test: lunch gsi_car_arm64-userdebug && m -j Change-Id: I1b6fe2ac8260362c733487b7e93696a1d28cda27
Diffstat (limited to 'emulator/aosp_car_emulator.mk')
-rw-r--r--emulator/aosp_car_emulator.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index 8ddc686..b510217 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -37,9 +37,9 @@ $(call inherit-product, device/generic/car/emulator/usbpt/car_usbpt.mk)
# app implementation.
ENABLE_EVS_SERVICE ?= true
ENABLE_MOCK_EVSHAL ?= true
-ENABLE_CAREVSSERVICE_SAMPLE ?= true
-ENABLE_SAMPLE_EVS_APP ?= true
-ENABLE_CARTELEMETRY_SERVICE ?= true
+ENABLE_CAREVSSERVICE_SAMPLE ?= false
+ENABLE_SAMPLE_EVS_APP ?= false
+ENABLE_CARTELEMETRY_SERVICE ?= false
ifeq ($(ENABLE_MOCK_EVSHAL), true)
CUSTOMIZE_EVS_SERVICE_PARAMETER := true
endif # ENABLE_MOCK_EVSHAL