Merge "releasetools: Add sdk and security patch level info to metadata." am: 993e1d2634

am: d00a176e22

Change-Id: I16652f7b351200c705c1a5154bf31d150ce5f719
This commit is contained in:
Tao Bao
2018-02-05 17:32:27 +00:00
committed by android-build-merger
2 changed files with 22 additions and 0 deletions

View File

@@ -868,6 +868,10 @@ def GetPackageMetadata(target_info, source_info=None):
'post-build' : target_info.fingerprint,
'post-build-incremental' : target_info.GetBuildProp(
'ro.build.version.incremental'),
'post-sdk-level' : target_info.GetBuildProp(
'ro.build.version.sdk'),
'post-security-patch-level' : target_info.GetBuildProp(
'ro.build.version.security_patch'),
}
if target_info.is_ab: