summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorYuncheol Heo <ycheo@google.com>2021-11-19 17:47:12 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-19 17:47:12 +0000
commit9c7a0c72578cb385c9c98633cb6798f099cd6050 (patch)
tree9679297dfeee0b43ccee704d9a2394155b80297c /common
parent75ec9f2a6bea9996325611d9a77304d05d69c2ce (diff)
parenta4b22168b28772ded1dbb15f79cd3e739a09ed7e (diff)
downloadcar-9c7a0c72578cb385c9c98633cb6798f099cd6050.tar.gz
Merge "Move config_allowed_optional_car_features to emulator/cluster/*overlay." into sc-v2-dev am: a4b22168b2
Original change: https://googleplex-android-review.googlesource.com/c/device/generic/car/+/16301441 Change-Id: Iae492210ea6d703ca92e8336047228b957e49257
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>