summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 60e83e3b..0c4705a2 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -392,9 +392,9 @@
<!-- 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 -->
+ <item>bullhead</item> <!-- Build.DEVICE -->
+ <item>bullhead</item> <!-- Build.PRODUCT -->
+ <item>Nexus 5X</item> <!-- Build.MODEL -->
+ <item>google/bullhead/bullhead:8.0.0/OPR6.170623.013/4283548:user/release-keys</item> <!-- Build.FINGERPRINT -->
</string-array>
</resources>