Skip to content

Commit ae1dad3

Browse files
base: PixelPropsUtils: Update fp [CHECK_DESCRIPTION]
* Use walleye (test: safetynet passes) * Update crosshatch (12/SP1A.210812.016.C2/8618562:user/release-keys)
1 parent 5fbd220 commit ae1dad3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/java/com/android/internal/util/nad/PixelPropsUtils.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ public class PixelPropsUtils {
6363
propsToChange = new HashMap<>();
6464
propsToChange.put("BRAND", "google");
6565
propsToChange.put("MANUFACTURER", "Google");
66-
propsToChange.put("DEVICE", "redfin");
67-
propsToChange.put("PRODUCT", "redfin");
68-
propsToChange.put("MODEL", "Pixel 5");
69-
propsToChange.put("FINGERPRINT", "google/redfin/redfin:12/SP2A.220305.012/8177914:user/release-keys");
66+
propsToChange.put("DEVICE", "walleye");
67+
propsToChange.put("PRODUCT", "walleye");
68+
propsToChange.put("MODEL", "Pixel 2");
69+
propsToChange.put("FINGERPRINT", "google/walleye/walleye:8.1.0/OPM1.171019.011/4448085:user/release-keys");
7070
propsToChangePixelXL = new HashMap<>();
7171
propsToChangePixelXL.put("BRAND", "google");
7272
propsToChangePixelXL.put("MANUFACTURER", "Google");
@@ -80,7 +80,7 @@ public class PixelPropsUtils {
8080
propsToChangePixel3XL.put("DEVICE", "crosshatch");
8181
propsToChangePixel3XL.put("PRODUCT", "crosshatch");
8282
propsToChangePixel3XL.put("MODEL", "Pixel 3 XL");
83-
propsToChangePixel3XL.put("FINGERPRINT", "google/crosshatch/crosshatch:11/RQ3A.211001.001/7641976:user/release-keys");
83+
propsToChangePixel3XL.put("FINGERPRINT", "google/crosshatch/crosshatch:12/SP1A.210812.016.C2/8618562:user/release-keys");
8484
}
8585

8686
public static void setProps(String packageName) {

0 commit comments

Comments
 (0)