lineage-sdk: Add vendor platform signature overlay

Change-Id: I7e2daaaad194536d0e4fab4edcfb570d3038e10b
This commit is contained in:
Ethan Chen
2018-02-19 18:16:53 -08:00
parent b68e02306a
commit be65612e2a
2 changed files with 7 additions and 0 deletions

View File

@@ -202,4 +202,9 @@
<item>restart_recovery</item>
<item>restart_bootloader</item>
</string-array>
<!-- The list of vendor package signatures that should also be considered
platform signatures, specifically for use on devices with a vendor partition. -->
<string-array name="config_vendorPlatformSignatures">
</string-array>
</resources>

View File

@@ -159,4 +159,6 @@
<java-symbol type="string" name="accent_purple" />
<java-symbol type="string" name="accent_red" />
<java-symbol type="string" name="accent_yellow" />
<java-symbol type="array" name="config_vendorPlatformSignatures" />
</resources>