diff options
author | palaych <palaych@arrowos.net> | 2022-02-23 20:06:29 +0900 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-03-08 11:13:32 +0800 |
commit | 4e83d1348cb456d36a577927811f4800a9eaaf5b (patch) | |
tree | 04f36900f47955e2873706a77a3b2f8d83310570 | |
parent | 8a355a2e9e7582212d1e1a26b2eba98622958418 (diff) |
base: PixelPropsUtils: Update raven fp to SQ1D.220205.004
Change-Id: I442462c3d29542ad8f6c221eee7259c5b57dacfb
-rw-r--r-- | core/java/com/android/internal/util/custom/PixelPropsUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/com/android/internal/util/custom/PixelPropsUtils.java b/core/java/com/android/internal/util/custom/PixelPropsUtils.java index 5a37c092da32..9df1d293f040 100644 --- a/core/java/com/android/internal/util/custom/PixelPropsUtils.java +++ b/core/java/com/android/internal/util/custom/PixelPropsUtils.java @@ -62,7 +62,7 @@ public class PixelPropsUtils { propsToChangePixel6.put("DEVICE", "raven"); propsToChangePixel6.put("PRODUCT", "raven"); propsToChangePixel6.put("MODEL", "Pixel 6 Pro"); - propsToChangePixel6.put("FINGERPRINT", "google/raven/raven:12/SQ1D.220205.003/8069835:user/release-keys"); + propsToChangePixel6.put("FINGERPRINT", "google/raven/raven:12/SQ1D.220205.004/8151327:user/release-keys"); propsToChangePixel5 = new HashMap<>(); propsToChangePixel5.put("BRAND", "google"); propsToChangePixel5.put("MANUFACTURER", "Google"); |