summaryrefslogtreecommitdiffstats
path: root/tools/buildinfo.sh
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-08-12 16:11:20 -0700
committerDianne Hackborn <hackbod@google.com>2015-08-12 16:29:08 -0700
commite593e5c42a30aabb92fd2762e647a1024ca5d823 (patch)
treefdfceba01e4d910a26dfe93946961b637b01386d /tools/buildinfo.sh
parent38ffb0cf899d94cb72409519bd25dc94048dd719 (diff)
downloadreplicant_build-e593e5c42a30aabb92fd2762e647a1024ca5d823.zip
replicant_build-e593e5c42a30aabb92fd2762e647a1024ca5d823.tar.gz
replicant_build-e593e5c42a30aabb92fd2762e647a1024ca5d823.tar.bz2
Fix issie #23116383: Include security patch level in Settings
Change-Id: I46303c064d1365781a2c8a05bd6087518afb2aec
Diffstat (limited to 'tools/buildinfo.sh')
-rwxr-xr-xtools/buildinfo.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh
index 6cd9499..5c199b8 100755
--- a/tools/buildinfo.sh
+++ b/tools/buildinfo.sh
@@ -11,6 +11,8 @@ echo "ro.build.version.preview_sdk=$PLATFORM_PREVIEW_SDK_VERSION"
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"
+echo "ro.build.version.security_patch=$PLATFORM_SECURITY_PATCH"
+echo "ro.build.version.base_os=$PLATFORM_BASE_OS"
echo "ro.build.date=`date`"
echo "ro.build.date.utc=`date +%s`"
echo "ro.build.type=$TARGET_BUILD_TYPE"