summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonil Kim <wonil@google.com>2022-05-13 12:57:21 +0000
committerWonil Kim <wonil@google.com>2022-05-13 13:06:36 +0000
commit211eb97281edf108f1bd0cc787b2d9c76949c30a (patch)
tree029efed36625dd6b48599073713b234e779ec423
parente9d98a54f4e09672cf98d846f6aadc8434bde8f4 (diff)
downloadcar-211eb97281edf108f1bd0cc787b2d9c76949c30a.tar.gz
Add android.hardware.security.model.compatible feature
android.hardware.security.model.compatible is required by CDD for Automotive devices. See 2.5.5 Security Model of CDD. Need to ask test whole CTS security relevant test cases to make sure there is no side effects. Bug: 229356843 Test: Build sdk_gcar emulator and boot. Checked feature using adb shell pm list features Change-Id: Id2252e78867330ddbe9c30dc0aa02df6dca6ddd3
-rw-r--r--common/car_core_hardware.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/car_core_hardware.xml b/common/car_core_hardware.xml
index 2acfdde..43fada5 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.connectionservice" />
<feature name="android.software.voice_recognizers" notLowRam="true" />