OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLATFORM_SECURITY_PATCH
(Results
1 - 6
of
6
) sorted by null
/build/make/tools/
buildinfo.sh
15
echo "ro.build.version.security_patch=$
PLATFORM_SECURITY_PATCH
"
/build/make/core/
version_defaults.mk
27
#
PLATFORM_SECURITY_PATCH
247
ifndef
PLATFORM_SECURITY_PATCH
252
# If there is no $
PLATFORM_SECURITY_PATCH
set, keep it empty.
253
PLATFORM_SECURITY_PATCH
:= 2019-09-05
255
.KATI_READONLY :=
PLATFORM_SECURITY_PATCH
258
# Used to indicate the matching timestamp for the security patch string in
PLATFORM_SECURITY_PATCH
.
260
PLATFORM_SECURITY_PATCH_TIMESTAMP := $(shell date -jf '%Y-%m-%d %T %Z' '$(
PLATFORM_SECURITY_PATCH
) 00:00:00 GMT' +%s)
262
PLATFORM_SECURITY_PATCH_TIMESTAMP := $(shell date -d 'TZ="GMT" $(
PLATFORM_SECURITY_PATCH
)' +%s)
soong_config.mk
36
$(call add_json_str,
Platform_security_patch
, $(
PLATFORM_SECURITY_PATCH
))
Makefile
428
PLATFORM_SECURITY_PATCH
="$(
PLATFORM_SECURITY_PATCH
)" \
[
all
...]
/device/google/bonito/
device-common.mk
38
VENDOR_SECURITY_PATCH = $(
PLATFORM_SECURITY_PATCH
)
41
BOOT_SECURITY_PATCH = $(
PLATFORM_SECURITY_PATCH
)
/device/google/crosshatch/
device-common.mk
51
VENDOR_SECURITY_PATCH = $(
PLATFORM_SECURITY_PATCH
)
54
BOOT_SECURITY_PATCH = $(
PLATFORM_SECURITY_PATCH
)
Completed in 225 milliseconds