Skip to content

Commit

Permalink
overlay: Switch GMS certified build props to walleye
Browse files Browse the repository at this point in the history
Change-Id: I2f02dc3b7013e3b193a287387c8174f4bfa34f4e
  • Loading branch information
basamaryan committed Jul 9, 2023
1 parent e1f5400 commit 6a6abb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -206,10 +206,10 @@

<!-- 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>walleye</item> <!-- Build.DEVICE -->
<item>walleye</item> <!-- Build.PRODUCT -->
<item>Pixel 2</item> <!-- Build.MODEL -->
<item>google/walleye/walleye:8.1.0/OPM1.171019.011/4448085:user/release-keys</item> <!-- Build.FINGERPRINT -->
</string-array>

<!-- Whether to spoof device as pixel for certain google apps, to
Expand Down

0 comments on commit 6a6abb3

Please sign in to comment.