Home
last modified time | relevance | path

Searched refs:SECURITY_PATCH_LEVEL_PROP_NAME (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/releasetools/
Dota_from_target_files.py243 PropertyFiles, SECURITY_PATCH_LEVEL_PROP_NAME)
1450 source_spl = source_build_prop.GetProp(SECURITY_PATCH_LEVEL_PROP_NAME)
1451 target_spl = target_build_prop.GetProp(SECURITY_PATCH_LEVEL_PROP_NAME)
Dota_utils.py42 SECURITY_PATCH_LEVEL_PROP_NAME = "ro.build.version.security_patch" variable