Skip to content

Commit

Permalink
base: PixelPropsUtils: Update fp [CHECK_DESCRIPTION]
Browse files Browse the repository at this point in the history
* Use walleye (test: safetynet passes)
* Update crosshatch (12/SP1A.210812.016.C2/8618562:user/release-keys)
  • Loading branch information
officialputuid committed Oct 18, 2022
1 parent 5fbd220 commit ae1dad3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/java/com/android/internal/util/nad/PixelPropsUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ public class PixelPropsUtils {
propsToChange = new HashMap<>();
propsToChange.put("BRAND", "google");
propsToChange.put("MANUFACTURER", "Google");
propsToChange.put("DEVICE", "redfin");
propsToChange.put("PRODUCT", "redfin");
propsToChange.put("MODEL", "Pixel 5");
propsToChange.put("FINGERPRINT", "google/redfin/redfin:12/SP2A.220305.012/8177914:user/release-keys");
propsToChange.put("DEVICE", "walleye");
propsToChange.put("PRODUCT", "walleye");
propsToChange.put("MODEL", "Pixel 2");
propsToChange.put("FINGERPRINT", "google/walleye/walleye:8.1.0/OPM1.171019.011/4448085:user/release-keys");
propsToChangePixelXL = new HashMap<>();
propsToChangePixelXL.put("BRAND", "google");
propsToChangePixelXL.put("MANUFACTURER", "Google");
Expand All @@ -80,7 +80,7 @@ public class PixelPropsUtils {
propsToChangePixel3XL.put("DEVICE", "crosshatch");
propsToChangePixel3XL.put("PRODUCT", "crosshatch");
propsToChangePixel3XL.put("MODEL", "Pixel 3 XL");
propsToChangePixel3XL.put("FINGERPRINT", "google/crosshatch/crosshatch:11/RQ3A.211001.001/7641976:user/release-keys");
propsToChangePixel3XL.put("FINGERPRINT", "google/crosshatch/crosshatch:12/SP1A.210812.016.C2/8618562:user/release-keys");
}

public static void setProps(String packageName) {
Expand Down

0 comments on commit ae1dad3

Please sign in to comment.