Merge "releasetools: Add sdk and security patch level info to metadata." am: 993e1d2634
am: d00a176e22
Change-Id: I16652f7b351200c705c1a5154bf31d150ce5f719
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user