summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiluxsept <ronny.horn.rh@gmail.com>2023-03-12 07:36:39 +0100
committerSiluxsept <ronny.horn.rh@gmail.com>2023-03-12 07:36:39 +0100
commitd25fe7998270e096484dd8f8d5f6a96883091f39 (patch)
tree67a5d2c3b04ed1f75f9e35a00dafee91f088d62c
parentcad64582a47182ef9e92b8e1937ef0b864565f97 (diff)
overlay: update certified FP for new logic
Change-Id: I45654cd653b09fc4b076a1da0c962ef4aef2467d
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index f610898a..60e83e3b 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -390,9 +390,11 @@
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
</string-array>
- <!-- Fingerprint from a certified device against current platform SPL level -->
- <string name="config_certifiedFingerprint" translatable="false">google/raven/raven:13/TQ1A.230205.002/9471150:user/release-keys</string>
-
- <!-- Model from a certified device -->
- <string name="config_certifiedModel" translatable="false">Pixel 6 Pro</string>
+ <!-- Build properties from a GMS certified device against current platform SPL level -->
+ <string-array name="config_certifiedBuildProperties" translatable="false">
+ <item>marlin</item> <!-- Build.DEVICE -->
+ <item>marlin</item> <!-- Build.PRODUCT -->
+ <item>Pixel XL</item> <!-- Build.MODEL -->
+ <item>google/marlin/marlin:7.1.2/NJH47F/4146041:user/release-keys</item> <!-- Build.FINGERPRINT -->
+ </string-array>
</resources>