Merge "Use ro.build.version.release_or_codename to reconstruct fingerprint"
This commit is contained in:
commit
219b3487f8
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ static void property_derive_build_fingerprint() {
|
|||
build_fingerprint += '/';
|
||||
build_fingerprint += GetProperty("ro.product.device", UNKNOWN);
|
||||
build_fingerprint += ':';
|
||||
build_fingerprint += GetProperty("ro.build.version.release", UNKNOWN);
|
||||
build_fingerprint += GetProperty("ro.build.version.release_or_codename", UNKNOWN);
|
||||
build_fingerprint += '/';
|
||||
build_fingerprint += GetProperty("ro.build.id", UNKNOWN);
|
||||
build_fingerprint += '/';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue