summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorYuncheol Heo <ycheo@google.com>2021-11-19 18:04:04 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-19 18:04:04 +0000
commit9660aaf027a544bbffef1011ef8d4018c7998d84 (patch)
tree7b1ed76e33b1d377df1a98b09cd74d3fe4413fb7 /common
parent7856d2d1854bd8f457fc90aa05a1594ef4730c09 (diff)
parent9c7a0c72578cb385c9c98633cb6798f099cd6050 (diff)
downloadcar-9660aaf027a544bbffef1011ef8d4018c7998d84.tar.gz
Merge "Move config_allowed_optional_car_features to emulator/cluster/*overlay." into sc-v2-dev am: a4b22168b2 am: 9c7a0c7257
Original change: https://googleplex-android-review.googlesource.com/c/device/generic/car/+/16301441 Change-Id: I5acd9c287486a712ae075e87a238da571f4b510e
Diffstat (limited to 'common')
-rw-r--r--common/overlay/packages/services/Car/service/res/values/config.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/common/overlay/packages/services/Car/service/res/values/config.xml b/common/overlay/packages/services/Car/service/res/values/config.xml
index dad255b..f29d9da 100644
--- a/common/overlay/packages/services/Car/service/res/values/config.xml
+++ b/common/overlay/packages/services/Car/service/res/values/config.xml
@@ -25,31 +25,4 @@
<string name="config_evsCameraActivity" translatable="false">
com.google.android.car.evs/com.google.android.car.evs.CarEvsCameraPreviewActivity
</string>
-
- <!--
- Specifies optional features that can be enabled by this image. Note that vhal can disable
- them depending on product variation.
- Feature name can be either service name defined in Car.*_SERVICE for Car*Manager or any
- optional feature defined under @OptionalFeature annotation.
- Note that '/' is used to have subfeature under main feature like "MAIN_FEATURE/SUB_FEATURE".
-
- Some examples are:
- <item>storage_monitoring</item>
- <item>com.android.car.user.CarUserNoticeService</item>
- <item>com.example.Feature/SubFeature</item>
-
- The default list defined below will enable all optional features defined.
- -->
- <!--
- TODO(b/205908527): this overlay is to temporarily disable CarEvsService by default.
- -->
- <string-array translatable="false" name="config_allowed_optional_car_features">
- <item>car_navigation_service</item>
- <item>cluster_service</item>
- <item>com.android.car.user.CarUserNoticeService</item>
- <item>diagnostic</item>
- <item>storage_monitoring</item>
- <item>vehicle_map_service</item>
- <item>car_telemetry_service</item>
- </string-array>
</resources>