Home
last modified time | relevance | path

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

/system/chre/
DMakefile92 DATE_CMD=gdate macro
94 DATE_CMD=date macro
101 EPOCH=$(shell $(DATE_CMD) --date='2017-01-01' +%s)
102 CHRE_PATCH_VERSION = $(shell echo $$(((`$(DATE_CMD) +%s` - $(EPOCH)) / (60 * 60))))