diff options
Diffstat (limited to 'services/common_time/Android.mk')
-rw-r--r-- | services/common_time/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/common_time/Android.mk b/services/common_time/Android.mk index aabe572..e534d49 100644 --- a/services/common_time/Android.mk +++ b/services/common_time/Android.mk @@ -16,6 +16,8 @@ LOCAL_SRC_FILES := \ common_clock.cpp \ main.cpp +# Uncomment to enable vesbose logging and debug service. +#TIME_SERVICE_DEBUG=true ifeq ($(TIME_SERVICE_DEBUG), true) LOCAL_SRC_FILES += diag_thread.cpp LOCAL_CFLAGS += -DTIME_SERVICE_DEBUG |