Merge "Use ro.build.version.release_or_codename to reconstruct fingerprint" am: 219b3487f8
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1459042 Change-Id: Ie8e7929628ff1226d14156996bf54e41f2e813fe
This commit is contained in:
commit
90c57d4501
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