Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b04bfab authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Use ro.build.version.release_or_codename to reconstruct fingerprint"...

Merge "Use ro.build.version.release_or_codename to reconstruct fingerprint" am: 219b3487 am: 90c57d45

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1459042

Change-Id: If7a8ba8bafb10370cd06fc34dde0c65f8b7aebfe
parents 25fa64c6 90c57d45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 += '/';