Skip to content

Commit 7f78f2d

Browse files
palaychRafiester
authored andcommitted
base: PixelPropsUtils: Update fp to RQ3A.211001.001
Change-Id: I7b618e75153b11461e58256c8a7701de2f0f337b
1 parent 5ee3712 commit 7f78f2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class PixelPropsUtils {
6666
propsToChange.put("DEVICE", "redfin");
6767
propsToChange.put("PRODUCT", "redfin");
6868
propsToChange.put("MODEL", "Pixel 5");
69-
propsToChange.put("FINGERPRINT", "google/redfin/redfin:11/RQ3A.210905.001/7511028:user/release-keys");
69+
propsToChange.put("FINGERPRINT", "google/redfin/redfin:11/RQ3A.211001.001/7641976: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.210905.001/7511028:user/release-keys");
83+
propsToChangePixel3XL.put("FINGERPRINT", "google/crosshatch/crosshatch:11/RQ3A.211001.001/7641976:user/release-keys");
8484
}
8585

8686
public static void setProps(String packageName) {

0 commit comments

Comments
 (0)