Home
last modified time | relevance | path

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

/system/chre/
DMakefile69 DATE_CMD=gdate macro
71 DATE_CMD=date macro
78 EPOCH=$(shell $(DATE_CMD) --date='2017-01-01' +%s)
79 CHRE_PATCH_VERSION = $(shell echo $$(((`$(DATE_CMD) +%s` - $(EPOCH)) / (60 * 60))))