HomeSort by relevance Sort by last modified time
    Searched refs:PLATFORM_SECURITY_PATCH (Results 1 - 3 of 3) sorted by null

  /build/make/tools/
buildinfo.sh 14 echo "ro.build.version.security_patch=$PLATFORM_SECURITY_PATCH"
  /build/make/core/
version_defaults.mk 27 # PLATFORM_SECURITY_PATCH
228 ifndef PLATFORM_SECURITY_PATCH
233 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
234 PLATFORM_SECURITY_PATCH := 2018-08-05
238 # Used to indicate the matching timestamp for the security patch string in PLATFORM_SECURITY_PATCH.
240 PLATFORM_SECURITY_PATCH_TIMESTAMP := $(shell date -jf '%Y-%m-%d %T %Z' '$(PLATFORM_SECURITY_PATCH) 00:00:00 GMT' +%s)
242 PLATFORM_SECURITY_PATCH_TIMESTAMP := $(shell date -d 'TZ="GMT" $(PLATFORM_SECURITY_PATCH)' +%s)
Makefile 348 PLATFORM_SECURITY_PATCH="$(PLATFORM_SECURITY_PATCH)" \
736 --os_patch_level $(PLATFORM_SECURITY_PATCH)
    [all...]

Completed in 100 milliseconds