mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: buildfpupdater: Track cheetah (Pixel 7)
This commit is contained in:
parent
06ca6c2ea6
commit
e5466b7b53
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
|||
// Tracking Evolution-X's PixelPropsUtils
|
||||
constexpr const char *UPSTREAM_URL = "https://raw.githubusercontent.com/Evolution-X/frameworks_base/tiramisu/core/java/com/android/internal/util/evolution/PixelPropsUtils.java";
|
||||
|
||||
// Use Pixel 6 Pro's fingerprint
|
||||
constexpr const char *DEVICE_CODENAME = "raven";
|
||||
// Use Pixel 7's fingerprint
|
||||
constexpr const char *DEVICE_CODENAME = "cheetah";
|
||||
constexpr const char *DEVICE_VENDOR = "google";
|
||||
|
||||
constexpr bool STD_STRING_CONTAINS(const std::string& str, const std::string& search) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue