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

  /system/chre/platform/include/chre/platform/
platform_id.h 43 constexpr uint16_t kPatchVersion = CHRE_PATCH_VERSION;
44 static_assert(CHRE_PATCH_VERSION <= UINT16_MAX,
  /system/chre/
Makefile 43 ifeq ($(CHRE_PATCH_VERSION),)
55 CHRE_PATCH_VERSION = $(shell echo $$(((`$(DATE_CMD) +%s` - $(EPOCH)) / (60 * 60))))
58 COMMON_CFLAGS += -DCHRE_PATCH_VERSION=$(CHRE_PATCH_VERSION)

Completed in 105 milliseconds