aboutsummaryrefslogtreecommitdiffstats
path: root/tools/buildinfo.sh
diff options
context:
space:
mode:
authorKevin Lau Fang <fangk@google.com>2019-11-14 20:06:09 +0000
committerKevin Lau Fang <fangk@google.com>2019-11-14 20:09:44 +0000
commita83159723bdb028dca467d2faf3c3d3d42371393 (patch)
tree211a4aa5b904344adbdac29825898f9494faa6dc /tools/buildinfo.sh
parent337d4acdf69a694527315330bd2d032a99457276 (diff)
downloadplatform_build-a83159723bdb028dca467d2faf3c3d3d42371393.tar.gz
platform_build-a83159723bdb028dca467d2faf3c3d3d42371393.tar.bz2
platform_build-a83159723bdb028dca467d2faf3c3d3d42371393.zip
Revert "Rework platform version to hide codenames."
Reason for revert: This causes a boot issue on Taimen (b/144480969). It wasn't caught by TreeHugger due to Taimen tests being disabled due to a different lab outage (b/144350336). Change-Id: Ieff2d974e23c8e163a23eb168f3095c602dfe523 Bug: 144480969
Diffstat (limited to 'tools/buildinfo.sh')
-rwxr-xr-xtools/buildinfo.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh
index 9bee115484..09d8f70f55 100755
--- a/tools/buildinfo.sh
+++ b/tools/buildinfo.sh
@@ -11,8 +11,7 @@ echo "ro.build.version.preview_sdk=$PLATFORM_PREVIEW_SDK_VERSION"
echo "ro.build.version.preview_sdk_fingerprint=$PLATFORM_PREVIEW_SDK_FINGERPRINT"
echo "ro.build.version.codename=$PLATFORM_VERSION_CODENAME"
echo "ro.build.version.all_codenames=$PLATFORM_VERSION_ALL_CODENAMES"
-echo "ro.build.version.release=$PLATFORM_VERSION_LAST_STABLE"
-echo "ro.build.version.release_or_codename=$PLATFORM_VERSION"
+echo "ro.build.version.release=$PLATFORM_VERSION"
echo "ro.build.version.security_patch=$PLATFORM_SECURITY_PATCH"
echo "ro.build.version.base_os=$PLATFORM_BASE_OS"
echo "ro.build.version.min_supported_target_sdk=$PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION"