Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6237cbc2 authored by Jeremy Joslin's avatar Jeremy Joslin
Browse files

Add new feature to all device types.

Added "android.hardware.security.model.compatible" to the core device
configurations.

Test: Built phone and verified the new feature was present.
Bug: 173540259
Change-Id: Ia3932e8ea66c7d5081b1d30a93b58ca45b3c0cab
parent 814bc225
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@
    <feature name="android.hardware.microphone" />
    <!-- Feature to specify if the device is a car -->
    <feature name="android.hardware.type.automotive" />
    <!-- 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" />
+3 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
u<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,6 +33,8 @@
    <feature name="android.hardware.microphone" />
    <feature name="android.hardware.screen.portrait" />
    <feature name="android.hardware.screen.landscape" />
    <!-- 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" />
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@
    <feature name="android.hardware.microphone" />
    <feature name="android.hardware.screen.portrait" />
    <feature name="android.hardware.screen.landscape" />
    <!-- Indicate support for the Android security model per the CDD. -->
    <feature name="android.hardware.security.model.compatible" />

    <!-- basic system services -->
    <feature name="android.software.app_widgets" />
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
    <feature name="android.hardware.screen.landscape" />
    <feature name="android.hardware.location" />
    <feature name="android.hardware.location.network" />
    <!-- Indicate support for the Android security model per the CDD. -->
    <feature name="android.hardware.security.model.compatible" />

    <!-- basic system services -->
    <feature name="android.software.app_widgets" />
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@
    <feature name="android.hardware.microphone" />
    <feature name="android.hardware.screen.portrait" />
    <feature name="android.hardware.screen.landscape" />
    <!-- Indicate support for the Android security model per the CDD. -->
    <feature name="android.hardware.security.model.compatible" />

    <!-- basic system services -->
    <feature name="android.software.app_widgets" />
Loading