summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-28 12:00:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-28 12:00:55 +0000
commit7e275c63d0bd29bc6ec1ec79eecc4bb8be96b488 (patch)
treeb78d79408b4038d62f90c21be9c396f9f95e77d5
parenta0bf40b45de45b3c3ebcc54ef3c73d99867824fe (diff)
parentc360838c414f7a198a1fa2750fc52f6bc92e2cf7 (diff)
downloadcar-7e275c63d0bd29bc6ec1ec79eecc4bb8be96b488.tar.gz
Snap for 8657776 from c360838c414f7a198a1fa2750fc52f6bc92e2cf7 to mainline-media-releaseaml_med_331612000aml_med_331511000aml_med_331410000aml_med_331318000aml_med_331115000aml_med_331012020
Change-Id: Iecae7c2c10d43f1e763f4c79d0d8a302e7fecd27
-rw-r--r--common/car_core_hardware.xml3
-rw-r--r--gsi_car_base.mk1
2 files changed, 4 insertions, 0 deletions
diff --git a/common/car_core_hardware.xml b/common/car_core_hardware.xml
index cdfb7f5..99ff362 100644
--- a/common/car_core_hardware.xml
+++ b/common/car_core_hardware.xml
@@ -40,6 +40,9 @@
<!-- Notably bluetooth is added to avoid crashing. It does not work in the emulator. -->
<feature name="android.hardware.bluetooth" />
+ <!-- Indicate support for the Android security model per the CDD. -->
+ <feature name="android.hardware.security.model.compatible" />
+
<!-- basic system services -->
<feature name="android.software.telecom" />
<feature name="android.software.voice_recognizers" notLowRam="true" />
diff --git a/gsi_car_base.mk b/gsi_car_base.mk
index 79f08f4..3fdfa77 100644
--- a/gsi_car_base.mk
+++ b/gsi_car_base.mk
@@ -147,6 +147,7 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/priv-app/GarageModeTestApp/GarageModeTestApp.apk \
system/priv-app/LocalMediaPlayer/LocalMediaPlayer.apk \
system/priv-app/NetworkPreferenceApp/NetworkPreferenceApp.apk \
+ system/priv-app/RailwayReferenceApp/RailwayReferenceApp.apk \
system/lib64/libcarservicejni.so \
system/bin/android.automotive.telemetryd@1.0 \
system/etc/init/android.automotive.telemetryd@1.0.rc \